Skip to content

Commit

Permalink
docs(forms-layout): fix simple typo (#6668)
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkinAker committed Jul 24, 2023
1 parent 78e8bc4 commit 33ca7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/forms/layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ like `<Col xs={7}>`.

The example below uses a flexbox utility to vertically center the contents and
changes `<Col>` to `<Col xs="auto">` so that your columns only take up as much
space as needed. Put another way, the column sizes itself based on on the contents.
space as needed. Put another way, the column sizes itself based on the contents.

<CodeBlock language="jsx" live>
{GridAutoSizing}
Expand Down

0 comments on commit 33ca7c1

Please sign in to comment.