Skip to content

Commit c296be6

Browse files
HDS-4650 Update wording
1 parent e480149 commit c296be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Use the `Grid::Item` to wrap content to prevent it from stretching or if more co
225225

226226
### Colspan & rowspan
227227

228-
Use the `colspan` and `rowspan` options of the `Grid::Item` component to set the number of columns or rows an item should occupy.
228+
Use the `colspan` and `rowspan` arguments of the `Grid::Item` component to set the number of columns or rows an item should occupy.
229229

230230
Note: By default, if a height is set on the `Grid` parent, grid row heights will stretch proportionally to fill the `Grid`. To instead make a row conform to the minimum height of its content, you can pass an inline style as shown in the example.
231231

0 commit comments

Comments
 (0)