Skip to content

Commit 5416957

Browse files
Fix possible typo on grid doc
1 parent f548afd commit 5416957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/docs/grid-row.blade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can control which variants are generated for the grid-row utilities by modif
125125
// ...
126126
+ gridRow: ['responsive', 'hover'],
127127
+ gridRowStart: ['responsive', 'hover'],
128-
+ gridRowStartEnd: ['responsive', 'hover'],
128+
+ gridRowEnd: ['responsive', 'hover'],
129129
@endcomponent
130130

131131
Learn more about configuring variants in the [configuring variants documentation](/docs/configuring-variants/).
@@ -138,5 +138,5 @@ If you don't plan to use the grid-row utilities in your project, you can disable
138138
// ...
139139
+ gridRow: false,
140140
+ gridRowStart: false,
141-
+ gridRowStartEnd: false,
142-
@endcomponent
141+
+ gridRowEnd: false,
142+
@endcomponent

0 commit comments

Comments
 (0)