From a367589282e8e7ab0e044f0d45820d4901d79b1a Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 18 Dec 2015 19:17:36 +0000 Subject: [PATCH] Add markdown [.end] is a class Makes the docs more obvious, has to CMD/Ctrl + F to find this class. --- docs/pages/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 354c0a0ea..7f70daff1 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -249,7 +249,7 @@ Move blocks up to 11 columns to the right by using classes like `.large-offset-1 ### Incomplete Rows -In order to work around browsers' different rounding behaviors, Foundation will float the last column in a row to the right so the edge aligns. If your row doesn't have a count that adds up to 12 columns, you can tag the last column with a class of end in order to override that behavior. +In order to work around browsers' different rounding behaviors, Foundation will float the last column in a row to the right so the edge aligns. If your row doesn't have a count that adds up to 12 columns, you can tag the last column with a class of `.end` in order to override that behavior. ```html
-- 2.47.2