Skip to content

Commit

Permalink
Merge pull request #508 from AlexKVal/typo
Browse files Browse the repository at this point in the history
[fixed] typo
  • Loading branch information
mtscout6 committed Apr 16, 2015
2 parents 5ca051b + 0e6b62a commit 527e21f
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 527e21f

Please sign in to comment.