diff --git a/lib/Autocomplete.js b/lib/Autocomplete.js index 18a721e9..33dbc6aa 100644 --- a/lib/Autocomplete.js +++ b/lib/Autocomplete.js @@ -84,7 +84,7 @@ let Autocomplete = React.createClass({ */ wrapperProps: React.PropTypes.object, /** - * This is a shorthand for `inputProps={{ style: }}`. + * This is a shorthand for `wrapperProps={{ style: }}`. * Note that `wrapperStyle` is applied before `wrapperProps`, so the latter * will win if it contains a `style` entry. */