Skip to content

Commit

Permalink
[fixed] typo
Browse files Browse the repository at this point in the history
validates based -> validation is based
  • Loading branch information
AlexKVal committed Apr 12, 2015
1 parent f167c13 commit 0e6b62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ExampleInput = React.createClass({
value={this.state.value}
placeholder='Enter text'
label='Working example with validation'
help='Validates based on string length.'
help='Validation is based on string length.'
bsStyle={this.validationState()}
hasFeedback
ref='input'
Expand Down

0 comments on commit 0e6b62a

Please sign in to comment.