Skip to content

Commit

Permalink
Merge pull request HurricaneJames#28 from stevelacy/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
HurricaneJames committed Apr 30, 2016
2 parents 7a89d30 + 6583190 commit 0ec415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ImmutablePropTypes.mapContains // Immutable.Map.isMap - contains(shape)

* `ImmutablePropTypes.stackOf` is basically the same as `listOf`, but it is specific to `Immutable.Stack`.

* `ImmutbalePropTypes.iterableOf` is the generic form of listOf/mapOf. It is useful when there is no need to validate anything other than Immutable.js compatible (ie. `Immutable.Iterable`). Continue to use `listOf` and/or `mapOf` when you know the type.
* `ImmutablePropTypes.iterableOf` is the generic form of listOf/mapOf. It is useful when there is no need to validate anything other than Immutable.js compatible (ie. `Immutable.Iterable`). Continue to use `listOf` and/or `mapOf` when you know the type.

* `ImmutablePropTypes.recordOf` is like `contains`, except it operates on Record properties.

Expand Down

0 comments on commit 0ec415e

Please sign in to comment.