Skip to content

Commit

Permalink
docs(Form): fix group variations typo (#2823)
Browse files Browse the repository at this point in the history
docs(Form): fix group variations typo
  • Loading branch information
elliottcarlson authored and levithomason committed May 24, 2018
1 parent 99b6a57 commit b0a9a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const FormGroupVariationsExamples = () => (
examplePath='collections/Form/GroupVariations/FormExampleEvenlyDividedGroup'
>
<Message info>
When using the <code>widths='even'</code> prop declaration on a <code>Form.Group</code>,
When using the <code>widths='equal'</code> prop declaration on a <code>Form.Group</code>,
all child <code>Form.Dropdown</code>, <code>Form.Input</code>, <code>Form.Select</code>
components must be rendered with a <code>fluid</code> prop to work correctly.
</Message>
Expand Down

0 comments on commit b0a9a91

Please sign in to comment.