Skip to content

Commit

Permalink
resolve eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmaltsev committed Oct 31, 2017
1 parent f35fdd8 commit 7d82104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactackle-text-field/src/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const propTypes = {
max: PropTypes.number,
}),
/**
* Specify type of resizing, only applied in multiline TextField
* Specify type of resizing, only applied in multiline TextField
*/
resize: PropTypes.oneOf(['none', 'manual', 'auto']),
/**
Expand Down

0 comments on commit 7d82104

Please sign in to comment.