From a3261c86a9b104aab44a0744b98af32403e98b8f Mon Sep 17 00:00:00 2001 From: Jordan Adams Date: Sat, 30 Apr 2016 21:52:04 +0100 Subject: [PATCH] Quick typo fixes - Changes "Allow" to "Allows" at the start of the gray and nesting sections. - Capitalises "A" in the `color()` function section. --- 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 06f2f7e..cd87264 100644 --- a/docs/content/features.md +++ b/docs/content/features.md @@ -126,7 +126,7 @@ Alows you to create your own selectors ## nesting -Allow you to nest selectors +Allows you to nest selectors ```scss a { @@ -153,7 +153,7 @@ a { ## `color()` function -a color function to modify colors (transpiled to: `rgba()`) +A color function to modify colors (transpiled to: `rgba()`) ```css a { @@ -189,7 +189,7 @@ body { ## `gray()` function -Allow you to use more than 50 shades of gray (transpiled to: `rgba()`). +Allows you to use more than 50 shades of gray (transpiled to: `rgba()`). For the first argument, you can use a number between 0 and 255 or a percentage. ```css