From 0e4d206d4c970b24a4851d81c0bbafe4a88c0d5f Mon Sep 17 00:00:00 2001 From: Alexandre Beauvois Date: Tue, 14 Aug 2018 21:58:03 +0200 Subject: [PATCH] Fixed typo (reset => force) in API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 04124c72ee..4bcb96b99b 100644 --- a/API.md +++ b/API.md @@ -62,7 +62,7 @@ class Spring extends React.PureComponent { // Escape hatch for cases where you supply the same values, but need spring to // animate anyway, this can be useful for animating "auto" for instance, where "auto" // remains unchanged, but children change (which normally wouldn't trigger an animation update) - reset: PropTypes.bool, + force: PropTypes.bool, } static defaultProps = { from: {},