Skip to content

Commit 442178e

Browse files
committed
chore: fix typo in readme
1 parent 8d46224 commit 442178e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module.exports = {
121121

122122
## Linting
123123

124-
To enforce usage of variables for z-index property add[`stylelint-declaration-strict-value`](https://github.com/AndyOGo/stylelint-declaration-strict-value) to stylelint config:
124+
To enforce usage of variables for z-index property add [`stylelint-declaration-strict-value`](https://github.com/AndyOGo/stylelint-declaration-strict-value) to stylelint config:
125125
```js
126126
module.exports = {
127127
plugins: ['stylelint-declaration-strict-value'],

0 commit comments

Comments
 (0)