Skip to content

Commit

Permalink
Merge pull request pmndrs#122 from Scorpio750/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
drcmda authored Jun 18, 2018
2 parents 3b47d1d + 693710b commit 269dec5
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 @@ -86,7 +86,7 @@ class Transition extends React.PureComponent {
from: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
// Animated styles when the component is mounted
enter: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
// Unmpount styles
// Unmount styles
leave: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
//
update: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
Expand Down

0 comments on commit 269dec5

Please sign in to comment.