From 7c36138caa0b550ac9471d0a7b555923ce63f69a Mon Sep 17 00:00:00 2001 From: "J. Andrew Brassington" Date: Thu, 22 Oct 2015 17:02:40 -0700 Subject: [PATCH] Fix typos (docs/Animations) Line 461: "simlar" => "similar" Line 545: "tighly" => "tightly" --- docs/Animations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Animations.md b/docs/Animations.md index 552e77026..eced44fb3 100644 --- a/docs/Animations.md +++ b/docs/Animations.md @@ -458,7 +458,7 @@ use this. ![](/react-native/img/Rebound.gif) Screenshot from [react-native-scrollable-tab-view](https://github.com/brentvatne/react-native-scrollable-tab-view). -You can run a simlar example [here](https://rnplay.org/apps/qHU_5w). +You can run a similar example [here](https://rnplay.org/apps/qHU_5w). #### A sidenote about setNativeProps @@ -542,7 +542,7 @@ var CustomLeftToRightGesture = Object.assign({}, BaseConfig.gestures.pop, { }); var CustomSceneConfig = Object.assign({}, BaseConfig, { - // A very tighly wound spring will make this transition fast + // A very tightly wound spring will make this transition fast springTension: 100, springFriction: 1,