From 7b63b225a50f7e38300b898ec63ac8af434c009b Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 6 Jan 2016 10:32:13 -0800 Subject: [PATCH] remove a typo Summary: I can't guess the point. Just simply removed this typo. Closes https://github.com/facebook/react-native/pull/4943 Reviewed By: svcscm Differential Revision: D2786863 Pulled By: bestander fb-gh-sync-id: 0f36f796cae23bacb86ffe224b6b05915e228f47 --- Libraries/Animated/src/AnimatedImplementation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Animated/src/AnimatedImplementation.js b/Libraries/Animated/src/AnimatedImplementation.js index 9fdda5323..87602fc77 100644 --- a/Libraries/Animated/src/AnimatedImplementation.js +++ b/Libraries/Animated/src/AnimatedImplementation.js @@ -577,7 +577,7 @@ class AnimatedValue extends AnimatedWithChildren { /** * Adds an asynchronous listener to the value so you can observe updates from - * animations or whathaveyou. This is useful because there is no way to + * animations. This is useful because there is no way to * synchronously read the value because it might be driven natively. */ addListener(callback: ValueListenerCallback): string {