diff --git a/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js b/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js
index 8cdad27cc..368ba87f8 100644
--- a/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js
+++ b/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js
@@ -50,15 +50,19 @@ var DRAWER_STATES = [
* ```
* render: function() {
* var navigationView = (
- * I'm in the Drawer!
+ *
+ * I'm in the Drawer!
+ *
* );
* return (
* navigationView}>
- * Hello
- * World!
+ *
+ * Hello
+ * World!
+ *
*
* );
* },