Skip to content

Commit 1102081

Browse files
authored
Merge pull request #3 from chrisrowe/patch-1
Typo fix
2 parents e0ada4d + b809cf9 commit 1102081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This configuration would create the following classes:
3333
.aspect-ratio-21/9 { padding-top: 42.86%; }
3434
```
3535

36-
The plugins accepts an object where the key is the suffix of the class name and the the value is an array of width and height `[{width}, {height}]`.
36+
The plugins accepts an object where the key is the suffix of the class name and the value is an array of width and height `[{width}, {height}]`.
3737

3838
In the example above you can see that the key does not have to replicate the values, so if you prefer "nice names" you could have some like `'cinema': [21, 9]` or `'letterbox': [16,9]`.
3939

0 commit comments

Comments
 (0)