Skip to content

Commit

Permalink
docs(Form): fix typo in label (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Oct 17, 2017
1 parent 121965e commit 6360b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const FormExampleSubcomponentId = () => (
<Form>
<Form.Group widths='equal'>
<Form.Input id='form-subcomponent-shorthand-input-first-name' label='First name' placeholder='First name' />
<Form.Input id='form-subcomponent-shorthand-input-last-name' label='First name' placeholder='First name' />
<Form.Input id='form-subcomponent-shorthand-input-last-name' label='Last name' placeholder='Last name' />
</Form.Group>
</Form>
)
Expand Down

0 comments on commit 6360b95

Please sign in to comment.