Skip to content

Commit 527e21f

Browse files
committed
Merge pull request react-bootstrap#508 from AlexKVal/typo
[fixed] typo
2 parents 5ca051b + 0e6b62a commit 527e21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/Input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ExampleInput = React.createClass({
2727
value={this.state.value}
2828
placeholder='Enter text'
2929
label='Working example with validation'
30-
help='Validates based on string length.'
30+
help='Validation is based on string length.'
3131
bsStyle={this.validationState()}
3232
hasFeedback
3333
ref='input'

0 commit comments

Comments
 (0)