diff --git a/releases/next/docs/animated.html b/releases/next/docs/animated.html index f23dd3895f1..de3a12e4056 100644 --- a/releases/next/docs/animated.html +++ b/releases/next/docs/animated.html @@ -1,7 +1,7 @@
The Animated library is designed to make animations fluid, powerful, and
easy to build and maintain. Animated focuses on declarative relationships
between inputs and outputs, with configurable transforms in between, and
-simple start/stop methods to control time-based animation execution.
The simplest workflow for creating an animation is to to create an
+simple start/stop methods to control time-based animation execution.
The simplest workflow for creating an animation is to create an
Animated.Value, hook it up to one or more style attributes of an animated
component, and then drive updates via animations using Animated.timing():