From 0e5b73a7ddf05d9c705d5e3a9ceb04d821e76433 Mon Sep 17 00:00:00 2001 From: Deniz Susman Date: Wed, 6 Mar 2019 09:21:53 +0300 Subject: [PATCH] Fix typo in comment --- packages/react-router-native/docs/guides/animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-router-native/docs/guides/animation.md b/packages/react-router-native/docs/guides/animation.md index efd322cebc..f6516e0ce8 100644 --- a/packages/react-router-native/docs/guides/animation.md +++ b/packages/react-router-native/docs/guides/animation.md @@ -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 };