Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Vasin authored Apr 17, 2018
1 parent e561ccf commit 57253d1
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 @@ -79,7 +79,7 @@ class Transition extends React.PureComponent {
leave: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
//
update: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
// A collectiomn of unique keys that must match with the childrens order
// A collection of unique keys that must match with the childrens order
// Can be omitted if children/render aren't an array
// Can be a function, which then acts as a key-accessor which is useful when you use the items prop
keys: PropTypes.oneOfType([
Expand Down

0 comments on commit 57253d1

Please sign in to comment.