Skip to content

Commit

Permalink
Fixed typo (reset => force) in API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abeauvois authored Aug 14, 2018
1 parent b26bdc1 commit 0e4d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit 0e4d206

Please sign in to comment.