Skip to content

Commit 0b12149

Browse files
authored
Merge pull request #2 from ajmadsen/master
Fix more typos in README.md
2 parents 8de114a + defa994 commit 0b12149

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
# Simple Columns - 12-column layout framework
66

7-
[![MIT Licence](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)
7+
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)
88

99

1010
</span>
1111

1212
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
15-
* Pure CSS, no precomiling or other tools needed.
15+
* Pure CSS, no precompiling or other tools needed.
1616
* Fully responsive
1717
* Infinite nesting
1818

@@ -45,7 +45,7 @@ Class | Usage | Accepts modifiers
4545

4646
### Column spans
4747

48-
Elements can span multipl columns using the `.col-{n}` class
48+
Elements can span multiple columns using the `.col-{n}` class
4949

5050
```html
5151
<div class='col-row'>
@@ -57,7 +57,7 @@ Elements can span multipl columns using the `.col-{n}` class
5757

5858
### Responsive Modifiers
5959

60-
Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appanded to any `.col-` class to change based on browser size.
60+
Column sizes and placement can update based on viewport size using size modifiers. The following modifiers can be appended to any `.col-` class to change based on browser size.
6161

6262
Mobile | Tablet | Desktop | Desktop HD
6363
----|----|----|----

0 commit comments

Comments
 (0)