From cf97af161dcee414a7a2cddaa6de7e5348f1a9c1 Mon Sep 17 00:00:00 2001 From: "Madd.is" Date: Wed, 8 Apr 2020 10:35:03 +0200 Subject: [PATCH] Fix typo --- docs/animated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/animated.md b/docs/animated.md index b2e8a37d3f5..a705314e4b4 100644 --- a/docs/animated.md +++ b/docs/animated.md @@ -522,7 +522,7 @@ Config is an object that may have the following options: static forkEvent(event, listener) ``` -Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing `AnimatedEvent`. If `animatedEvent` is a javascript listener, it will merge the 2 listeners into a single one, and if `animatedEvent` is null/undefined, it will assign the javascript listener directly. Use values directly where possible.aa +Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing `AnimatedEvent`. If `animatedEvent` is a javascript listener, it will merge the 2 listeners into a single one, and if `animatedEvent` is null/undefined, it will assign the javascript listener directly. Use values directly where possible. ---