Skip to content

Commit 0e6b62a

Browse files
committed
[fixed] typo
validates based -> validation is based
1 parent f167c13 commit 0e6b62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/Input.js

+1-1
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)