From fba9378585dc0000ca6953e24a4ee67f83449490 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 25 Jan 2016 12:04:51 +0000 Subject: [PATCH] Fixed: small typos in features list. --- docs/content/features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/features.md b/docs/content/features.md index 024c672..06f2f7e 100644 --- a/docs/content/features.md +++ b/docs/content/features.md @@ -223,7 +223,7 @@ body { ## `rgba` function (`rgb` fallback) Add solid colors fallback for rgba colors -(if you browser scope cover old browsers, eg: IE8). +(if your browser scope cover old browsers, eg: IE8). ```css body { @@ -320,7 +320,7 @@ div { ## `rem` unit (`px` fallback) `rem` fallback to `px` -(if you browser scope cover old browsers, eg: IE8). +(if your browser scope cover old browsers, eg: IE8). ```css h1 { @@ -380,7 +380,7 @@ p:not(:first-child, .special) { ## `::` pseudo syntax (`:` fallback) Adjust `::` to `:` -(if you browser scope cover old browsers, eg: IE8). +(if your browser scope cover old browsers, eg: IE8). ```css a::before {