From 4a45a8b4fa024028ae71f206ea66f86f4fa55dd7 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sat, 2 Dec 2017 08:23:54 -0500 Subject: [PATCH] Fix grid column order example --- docs/source/docs/examples/grids.blade.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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