Skip to content

Commit 64b76ae

Browse files
committed
docs(README): correct spelling mistake
1 parent 5e1d87b commit 64b76ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Router Animation Examples
22

3-
This project is just an example using [`React Router`](https://github.com/reactjs/react-router) and [`React' Animations`](https://facebook.github.io/react/docs/animation.html) in a mobile context. So reduce your screen size.
3+
This project is just an example using [`React Router`](https://github.com/reactjs/react-router) and [`React's Animations`](https://facebook.github.io/react/docs/animation.html) in a mobile context. So reduce your screen size.
44

55
In this example I only use `react-router` but in my opinion we can't only use the router to navigate from one screen to the other. Because obviously the route will change and you'll lose the previous displayed screen. This is not always the wanted effect in a mobile application. Maybe we could combine the router with the pushing and popping techniques like [`React Native`](https://facebook.github.io/react-native/)'s [`Navigation`](https://facebook.github.io/react-native/docs/navigation.html) or native mobile apps.
66

0 commit comments

Comments
 (0)