Skip to content

Commit

Permalink
Document CLI user guide to fix typo for —custom-syntax (#7503)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jan 31, 2024
1 parent 5e2eff7 commit 328544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ stylelint "foo/**/*.css" --config bar/mySpecialConfig.json
Recursively linting all `.css` files in the `foo` directory using a custom syntax:

```shell
stylelint "foo/**/*.css" --customSyntax path/to/my-custom-syntax.js
stylelint "foo/**/*.css" --custom-syntax path/to/my-custom-syntax.js
```

### Example I - print on success
Expand Down

0 comments on commit 328544d

Please sign in to comment.