Skip to content

Commit

Permalink
docs: Fix prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 20, 2020
1 parent 2252b29 commit 2166e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Full width on small screens, horizontally stacked on larger screens:

```jsx
<Grid
gap="m"
gridGap="m"
justifyContent={[null, 'start']}
gridAutoFlow={[null, 'column']}
>
Expand Down

0 comments on commit 2166e58

Please sign in to comment.