Skip to content

Commit 08fa79b

Browse files
committed
Merge pull request MoOx#278 from JordanAdams/patch-1
Quick typo fixes
2 parents 55ed366 + a3261c8 commit 08fa79b

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
@@ -126,7 +126,7 @@ Alows you to create your own selectors
126126

127127
## nesting
128128

129-
Allow you to nest selectors
129+
Allows you to nest selectors
130130

131131
```scss
132132
a {
@@ -153,7 +153,7 @@ a {
153153

154154
## `color()` function
155155

156-
a color function to modify colors (transpiled to: `rgba()`)
156+
A color function to modify colors (transpiled to: `rgba()`)
157157

158158
```css
159159
a {
@@ -189,7 +189,7 @@ body {
189189

190190
## `gray()` function
191191

192-
Allow you to use more than 50 shades of gray (transpiled to: `rgba()`).
192+
Allows you to use more than 50 shades of gray (transpiled to: `rgba()`).
193193
For the first argument, you can use a number between 0 and 255 or a percentage.
194194

195195
```css

0 commit comments

Comments
 (0)