Skip to content

Commit

Permalink
Merge pull request #1 from ajmadsen/master
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
arronhunt authored Aug 17, 2018
2 parents d5e791f + 14e7afe commit 8de114a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

</span>

A simple 12-column framework utalizing CSS grid, built with a focus on keeping the syntax simple and readable.
A simple 12-column framework utilizing CSS grid, built with a focus on keeping the syntax simple and readable.

* Simple syntax powered by responsive modifiers
* Pure CSS, no precomiling or other tools needed.
Expand Down Expand Up @@ -81,4 +81,4 @@ Adapt placement:
<div class='col-4 md=col-center sm=col-bottom'></div>
<div class='col-4 md=col-top sm=col-top'></div>
</div>
```
```

0 comments on commit 8de114a

Please sign in to comment.