Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Summary: Closes facebook#11249

Differential Revision: D4338083

Pulled By: lacker

fbshipit-source-id: bc997c9fb0c4af0667234d4920ea9a73ac86d2fb
  • Loading branch information
nihgwu authored and DanielMSchmidt committed Jan 4, 2017
1 parent 51f565c commit 99691da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/NavigationExperimental/NavigationPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const navigationRoute = PropTypes.shape({
key: PropTypes.string.isRequired,
});

/* navigationRoute */
/* NavigationState */
const navigationState = PropTypes.shape({
index: PropTypes.number.isRequired,
routes: PropTypes.arrayOf(navigationRoute),
Expand Down

0 comments on commit 99691da

Please sign in to comment.