diff --git a/Libraries/Animated/src/AnimatedImplementation.js b/Libraries/Animated/src/AnimatedImplementation.js index 9fdda5323f..87602fc778 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 {