Skip to content

Commit

Permalink
Fix typo in animation snippet (#6550)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminj authored and timdorr committed Jan 18, 2019
1 parent cc18b36 commit f770efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router-native/docs/guides/animation.md
Expand Up @@ -205,7 +205,7 @@ Hope that helps get you thinking. Again, the animations themselves are the same
General change in location

```js
nextProps.location !== this.props.location`
nextProps.location !== this.props.location;
```

Going from child to parent:
Expand Down

0 comments on commit f770efd

Please sign in to comment.