Skip to content

Commit 0d5620b

Browse files
sunnylqmfacebook-github-bot
authored andcommitted
fix a typo in navigation doc
Summary: Closes #12921 Differential Revision: D4709474 Pulled By: mkonicek fbshipit-source-id: 3c7da6ee87d350d52074a05abe168345f936858f
1 parent a0b5a6e commit 0d5620b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Navigation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class MainScreen extends React.Component {
5656
}
5757
```
5858

59-
React Navigation routers make it easy to override navigation logic or integrate it into redux. Because routers can be nested inside eachother, developers can override navigation logic for one area of the app without making widespread changes.
59+
React Navigation routers make it easy to override navigation logic or integrate it into redux. Because routers can be nested inside each other, developers can override navigation logic for one area of the app without making widespread changes.
6060

6161
The views in React Navigation use native components and the `Animated` library to deliver 60fps animations that are run on the native thread. Plus, the animations and gestures can be easily customized.
6262

0 commit comments

Comments
 (0)