Skip to content

Commit 14e7afe

Browse files
authored
Fix typo in README.md
1 parent d5e791f commit 14e7afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
</span>
1111

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

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

0 commit comments

Comments
 (0)