diff --git a/docs/animations.html b/docs/animations.html index f86fe352811..0da1f2d1c31 100644 --- a/docs/animations.html +++ b/docs/animations.html @@ -136,7 +136,7 @@ vertical panning.
The above API gives a powerful tool for expressing all s
concise, robust, and performant way. Check out more example code in
UIExplorer/AnimationExample. Of course there may still be times where Animated
doesn't support what you need, and the following sections cover other animation
-systems.
LayoutAnimation allows you to globally configure create and update
+systems.
LayoutAnimation allows you to globally configure create and update
animations that will be used for all views in the next render/layout cycle.
This is useful for doing flexbox layout updates without bothering to measure or
calculate specific properties in order to animate them directly, and is