From 8f4939df2875bb4e0603e2b9e54f0c48f40691f8 Mon Sep 17 00:00:00 2001 From: Chris McKay Date: Tue, 24 Mar 2015 22:57:05 -0400 Subject: [PATCH] Update layout.md Grammar fix --- docs/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout.md b/docs/layout.md index 23e466b9fe..d16a66fc79 100644 --- a/docs/layout.md +++ b/docs/layout.md @@ -29,7 +29,7 @@ The container applies `width: 980px;` and uses horizontal `margin`s to center it The grid is pretty standard—you create rows with `.columns` and individual columns with a column class and fraction class. Here's how it works: - Add a `.container` to encapsulate everything and provide ample horizontal gutter space. -- Create your outter row to clear the floated columns with `
`. +- Create your outer row to clear the floated columns with `
`. - Add your columns with individual `
`s. - Add your fractional width classes to set the width of the columns (e.g., `.one-fourth`).