Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Fix wrapperProps typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
golmansax committed Jan 28, 2017
1 parent 2a7ec9f commit 7ec4bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Autocomplete.js
Expand Up @@ -84,7 +84,7 @@ let Autocomplete = React.createClass({
*/
wrapperProps: React.PropTypes.object,
/**
* This is a shorthand for `inputProps={{ style: <your styles> }}`.
* This is a shorthand for `wrapperProps={{ style: <your styles> }}`.
* Note that `wrapperStyle` is applied before `wrapperProps`, so the latter
* will win if it contains a `style` entry.
*/
Expand Down

0 comments on commit 7ec4bbd

Please sign in to comment.