From 8e63f46836369b1c1668e9f17b9f3850ae699a6d Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Wed, 12 Feb 2014 07:16:51 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7e24b..c40c5e6 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Add size classes to columns to create a reuseable grid system. ``` ####6. Create Rows -Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing issues. Rows are cleared with either a `clearfix` or `overflow: hidden`. This clearfix was created by [Nicolas Gallager](http://nicolasgallagher.com/micro-clearfix-hack/). +Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing issues. Rows are cleared with either a `clearfix` or `overflow: hidden`. This clearfix was created by [Nicolas Gallagher](http://nicolasgallagher.com/micro-clearfix-hack/). ``` .clearfix:before,