diff --git a/docs/source/docs/examples/grids.blade.md b/docs/source/docs/examples/grids.blade.md index 59d6070bb..573014b1f 100644 --- a/docs/source/docs/examples/grids.blade.md +++ b/docs/source/docs/examples/grids.blade.md @@ -223,12 +223,12 @@ Use `flex-1` instead of an explicit width on your columns to have them size auto ### Column Order -Use `flex-reverse` to reverse column order. Useful for two-column responsive layouts where the column on right should appear first on smaller screens. +Use `flex-row-reverse` to reverse column order. Useful for two-column responsive layouts where the column on right should appear first on smaller screens. @component('_partials.code-sample', ['lang' => 'html']) -
-
-
+
+
1
+
2
@endcomponent