From 57253d16c5bf0fcaa57ff9f1cc0063c5d00f0595 Mon Sep 17 00:00:00 2001 From: Mikhail Vasin Date: Tue, 17 Apr 2018 19:32:22 +0300 Subject: [PATCH] Fix typo --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 9b33629b4b..0196d0d1f8 100644 --- a/API.md +++ b/API.md @@ -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([