Skip to content

Commit

Permalink
Fixed typo in NavigatorIOS.ios.js
Browse files Browse the repository at this point in the history
Summary:
Bboolean -> Boolean
Closes #14469

Differential Revision: D5236093

Pulled By: javache

fbshipit-source-id: b9318a933fa37b89dab320a879d3c60490edaeed
  • Loading branch information
joshfarrant authored and facebook-github-bot committed Jun 13, 2017
1 parent 8dd15f2 commit 1dd825d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/Navigation/NavigatorIOS.ios.js
Expand Up @@ -434,7 +434,7 @@ var NavigatorIOS = React.createClass({
titleTextColor: PropTypes.string,

/**
* Bboolean value that indicates whether the navigation bar is
* Boolean value that indicates whether the navigation bar is
* translucent.
*/
translucent: PropTypes.bool,
Expand Down

0 comments on commit 1dd825d

Please sign in to comment.