From 8184c649a15d61daea5de2e99a5f0b80552c8aec Mon Sep 17 00:00:00 2001
From: ysds <fellows3@gmail.com>
Date: Wed, 3 Jan 2018 23:47:13 +0900
Subject: [PATCH] Document `order-0` (#25191)

---
 docs/4.0/utilities/flex.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/4.0/utilities/flex.md b/docs/4.0/utilities/flex.md
index 441e4343de..dd5bc47db0 100644
--- a/docs/4.0/utilities/flex.md
+++ b/docs/4.0/utilities/flex.md
@@ -351,7 +351,7 @@ Change the _visual_ order of specific flex items with a handful of `order` utili
 
 Responsive variations also exist for `order`.
 
-{% for bp in site.data.breakpoints %}{% for i in (1..12) %}
+{% for bp in site.data.breakpoints %}{% for i in (0..12) %}
 - `.order{{ bp.abbr }}-{{ i }}`{% endfor %}{% endfor %}
 
 ## Align content
-- 
GitLab