Skip to content

Commit

Permalink
fix docs parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshwery committed Oct 25, 2019
1 parent 2d0fa6d commit b86311f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tag-input/src/TagInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TagInput extends React.Component {
/** Props to pass to the input component. Note that `ref` and `key` are not supported. See `inputRef`. */
inputProps: PropTypes.object,
/**
* Ref handler for the <input> element.
* Ref handler for the input element.
* (input: HTMLInputElement | null) => void
*/
inputRef: PropTypes.func,
Expand All @@ -54,7 +54,7 @@ class TagInput extends React.Component {
*/
onFocus: PropTypes.func,
/**
* Callback invoked when the value of the <input> is changed. Shorthand for `inputProps={{ onChange }}`.
* Callback invoked when the value of the input is changed. Shorthand for `inputProps={{ onChange }}`.
* (event) => void
*/
onInputChange: PropTypes.func,
Expand Down

0 comments on commit b86311f

Please sign in to comment.