Skip to content

Commit c19bf60

Browse files
MarkMurphytimdorr
authored andcommitted
Fixed typo in native animation docs (remix-run#4775)
* Fixed typo * Update animation.md * Update animation.md
1 parent 32e5cb9 commit c19bf60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-router-native/docs/guides/animation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Parent extends Component {
118118
}
119119
```
120120

121-
Once that works with animations, we're ready to add an animation around it.
121+
Once that works without animations, we're ready to add an animation around it.
122122

123123

124124
```js
@@ -199,7 +199,7 @@ class AnimatedChildRoute extends Component {
199199
}
200200
```
201201

202-
Hope that helps get you thinking. Again, the animations themselves are teh same with the router or not, the difference is knowing when to trigger them. Here's list for things to check in `componentWillReceiveProps` to decide what to do with an animation based on the router's location:
202+
Hope that helps get you thinking. Again, the animations themselves are the same with the router or not, the difference is knowing when to trigger them. Here's a list for things to check in `componentWillReceiveProps` to decide what to do with an animation based on the router's location:
203203

204204
General change in location
205205

0 commit comments

Comments
 (0)