@@ -134,8 +134,8 @@ type Event = Object;
134134 * }
135135 * ```
136136 *
137- * In this code the navigator sets the naviation bar title and renders `MyView`.
138- * The component specified in `initialRoute` will receive the `route` prop and a
137+ * In this code, the navigator sets its title and renders `MyView`. The
138+ * component specified in `initialRoute` will receive a `route` prop and a
139139 * `navigator` prop representing the navigator.
140140 *
141141 * You can optionally pass in a `passProps` property to your `initialRoute`.
@@ -345,12 +345,12 @@ var NavigatorIOS = React.createClass({
345345 wrapperStyle : View . propTypes . style ,
346346
347347 /**
348- * A `boolean` value that indicates whether the navigation bar is hidden.
348+ * Boolean value that indicates whether the navigation bar is hidden.
349349 */
350350 navigationBarHidden : PropTypes . bool ,
351351
352352 /**
353- * A `boolean` value that indicates whether to hide the 1px hairline
353+ * Boolean value that indicates whether to hide the 1px hairline
354354 * shadow.
355355 */
356356 shadowHidden : PropTypes . bool ,
@@ -371,21 +371,21 @@ var NavigatorIOS = React.createClass({
371371 titleTextColor : PropTypes . string ,
372372
373373 /**
374- * A `boolean` value that indicates whether the navigation bar is
374+ * Bboolean value that indicates whether the navigation bar is
375375 * translucent.
376376 */
377377 translucent : PropTypes . bool ,
378378
379379 } ) . isRequired ,
380380
381381 /**
382- * A `boolean` value that indicates whether the navigation bar is hidden
382+ * Boolean value that indicates whether the navigation bar is hidden
383383 * by default.
384384 */
385385 navigationBarHidden : PropTypes . bool ,
386386
387387 /**
388- * A `boolean` value that indicates whether to hide the 1px hairline shadow
388+ * Boolean value that indicates whether to hide the 1px hairline shadow
389389 * by default.
390390 */
391391 shadowHidden : PropTypes . bool ,
@@ -412,13 +412,13 @@ var NavigatorIOS = React.createClass({
412412 titleTextColor : PropTypes . string ,
413413
414414 /**
415- * A `boolean` value that indicates whether the navigation bar is
415+ * Boolean value that indicates whether the navigation bar is
416416 * translucent by default
417417 */
418418 translucent : PropTypes . bool ,
419419
420420 /**
421- * A `boolean` value that indicates whether the interactive pop gesture is
421+ * Boolean value that indicates whether the interactive pop gesture is
422422 * enabled. This is useful for enabling/disabling the back swipe navigation
423423 * gesture.
424424 *
0 commit comments