Skip to content

Commit

Permalink
fix: correct stylelint config documentation (#6790)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Chase <[email protected]>
  • Loading branch information
lee-chase and lee-chase authored Sep 8, 2020
1 parent 9b67c85 commit 26c07e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/stylelint-config-carbon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can use `stylelint-config-carbon` in your project by extending it in your

```json
{
"extends": ["carbon"]
"extends": ["stylelint-config-carbon"]
}
```

Expand Down

0 comments on commit 26c07e1

Please sign in to comment.