Skip to content

Commit 03c5b67

Browse files
committed
Merge pull request #47 from cmcky/patch-1
Update layout.md
2 parents 6d6f7df + 8f4939d commit 03c5b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The container applies `width: 980px;` and uses horizontal `margin`s to center it
2929
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:
3030

3131
- Add a `.container` to encapsulate everything and provide ample horizontal gutter space.
32-
- Create your outter row to clear the floated columns with `<div class="columns">`.
32+
- Create your outer row to clear the floated columns with `<div class="columns">`.
3333
- Add your columns with individual `<div class="column">`s.
3434
- Add your fractional width classes to set the width of the columns (e.g., `.one-fourth`).
3535

0 commit comments

Comments
 (0)