Skip to content

Commit 0bc70d9

Browse files
committed
fix grammar
1 parent 238e572 commit 0bc70d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = postcss.plugin('easing-gradient', (opts) => {
1616
const options = opts || {}
1717
css.walkRules((rule) => {
1818
rule.walkDecls((decl) => {
19-
// If declarations value contains a supported gradient.
19+
// If declaration value contains a supported gradient.
2020
if (helpers.isEasingGradient(decl.value.substring(0, decl.value.indexOf('(')))) {
2121
// Parse the declaration and walk through the nodes — https://github.com/TrySound/postcss-value-parser.
2222
const parsedValue = valueParser(decl.value)

0 commit comments

Comments
 (0)