Skip to content

Commit 328b0ab

Browse files
luanpotterspydon
andauthored
docs: Simplify the CONTRIBUTING file by suggesting the usage of the script to run cspell (#3725)
Simplify the CONTRIBUTING file by suggesting the usage of the script to run cspell. Co-authored-by: Lukas Klingsbo <me@lukas.fyi>
1 parent 639df09 commit 328b0ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ you can do so using npm or yarn:
114114
npm install -g cspell
115115
```
116116

117-
Then you can run it with the following arguments:
117+
Then you can run it using the provided script:
118118

119119
```bash
120-
cspell --no-progress -c .github/cspell.json "**/*.{md,dart}"
120+
./scripts/cspell-run.sh
121121
```
122122

123123

0 commit comments

Comments
 (0)