diff --git a/docs/examples/Input.js b/docs/examples/Input.js index b9c4437ff8..2ec06532ea 100644 --- a/docs/examples/Input.js +++ b/docs/examples/Input.js @@ -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'