Skip to content

Commit

Permalink
Fix typo in comment (#6615)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenrizSusam authored and timdorr committed Mar 6, 2019
1 parent 481d2a1 commit 15cd05e
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 @@ -149,7 +149,7 @@ class AnimatedChild extends Component {

state = {
// we're going to save the old children so we can render
// it when it doesnt' actually match the location anymore
// it when it doesn't actually match the location anymore
previousChildren: null
};

Expand Down

0 comments on commit 15cd05e

Please sign in to comment.