Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Fixed: small typos in features list. #256

Merged
merged 1 commit into from
Jan 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down