Skip to content

Commit

Permalink
🔧 chore(flexbox): Fixed incorrect doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Jun 24, 2021
1 parent e61a565 commit f3efadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirrus-docs-next/src/utilities/flexbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const FlexboxUtilsPage: React.FC<any> = (props) => {
<div className="bg-orange-200 px-2 py-1 m-1 u-round">c</div>
</div>
),
code: `<div class="u-flex u-justify-flex-center">
code: `<div class="u-flex u-justify-center">
<div class="bg-orange-200 px-2 py-1 m-1 u-round">a</div>
<div class="bg-orange-200 px-2 py-1 m-1 u-round">b</div>
<div class="bg-orange-200 px-2 py-1 m-1 u-round">c</div>
Expand Down

0 comments on commit f3efadd

Please sign in to comment.