Skip to content

Commit

Permalink
docs(Form): fix typo (#1685)
Browse files Browse the repository at this point in the history
* Correct the spelling of a word
* Capitalize the first letter of the word
  • Loading branch information
gitname authored and levithomason committed May 18, 2017
1 parent b2eaa7a commit afa1a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/Examples/collections/Form/Shorthand/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const FormTypesExamples = () => (
</ComponentExample>

<ComponentExample
title='Accessible lables'
title='Accessible Labels'
description='Adding an id to a shorthand Form.Field adds a matching htmlFor prop to the label.'
examplePath='collections/Form/Shorthand/FormExampleFieldControlId'
/>
Expand Down

0 comments on commit afa1a21

Please sign in to comment.