Skip to content

Commit 4ce9e81

Browse files
Apply suggestions from code review
1 parent b4cd0fb commit 4ce9e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/layouts/grid/partials/code/how-to-use.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To differentiate the vertical and horizontal spacing between items when they wra
8383
<Hds::Layout::Grid @wrap={{true}} @gap={{array "16" "48"}}>
8484
{{!
8585
multiple grid items appearing on multiple rows
86-
with a vertical gap of 16px and an horizontal one of 48px
86+
with a vertical gap of 16px and a horizontal one of 48px
8787
}}
8888
</Hds::Layout::Grid>
8989
```
@@ -127,7 +127,7 @@ If the grid items are wrapping on multiple lines, you have to overwrite both the
127127
>
128128
{{!
129129
multiple grid items appearing on multiple rows
130-
with a vertical gap of 10px and an horizontal one of 0.625rem
130+
with a vertical gap of 10px and a horizontal one of 0.625rem
131131
}}
132132
</Hds::Layout::Grid>
133133
```

0 commit comments

Comments
 (0)