Skip to content

Commit 87c5ae8

Browse files
committed
Merge pull request MoOx#256 from furzeface/patch-1
Fixed: small typos in features list.
2 parents 3ce03de + fba9378 commit 87c5ae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ body {
223223
## `rgba` function (`rgb` fallback)
224224

225225
Add solid colors fallback for rgba colors
226-
(if you browser scope cover old browsers, eg: IE8).
226+
(if your browser scope cover old browsers, eg: IE8).
227227

228228
```css
229229
body {
@@ -320,7 +320,7 @@ div {
320320
## `rem` unit (`px` fallback)
321321

322322
`rem` fallback to `px`
323-
(if you browser scope cover old browsers, eg: IE8).
323+
(if your browser scope cover old browsers, eg: IE8).
324324

325325
```css
326326
h1 {
@@ -380,7 +380,7 @@ p:not(:first-child, .special) {
380380
## `::` pseudo syntax (`:` fallback)
381381

382382
Adjust `::` to `:`
383-
(if you browser scope cover old browsers, eg: IE8).
383+
(if your browser scope cover old browsers, eg: IE8).
384384

385385
```css
386386
a::before {

0 commit comments

Comments
 (0)