Skip to content

Commit

Permalink
Merge pull request #48 from marcelometal/patch-1
Browse files Browse the repository at this point in the history
README: Fixed typo
  • Loading branch information
gaearon committed May 12, 2017
2 parents 1cc445d + ee7e604 commit 9c2c541
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 @@ -161,7 +161,7 @@ For libraries, we *also* recommend leaving it in `dependencies`:

Make sure that the version range uses a caret (`^`) and thus is broad enough for npm to efficiently deduplicate packages.

For UMD bundles of your comoponents, make sure you **don’t** include `PropTypes` in the build. Usually this is done by marking it as an external (the specifics depend on your bundler), just like you do with React.
For UMD bundles of your components, make sure you **don’t** include `PropTypes` in the build. Usually this is done by marking it as an external (the specifics depend on your bundler), just like you do with React.

## Compatibility

Expand Down

0 comments on commit 9c2c541

Please sign in to comment.