Skip to content

Commit

Permalink
Merge pull request #28 from kaelynj/add-spellcheck-readme
Browse files Browse the repository at this point in the history
Update readme to include spellcheck instructions
  • Loading branch information
kaelynj authored Aug 26, 2024
2 parents fe71cb8 + b931ec0 commit 27c0ece
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@ A linter is included to ensure code quality
```bash
npm run lint
```
```

## Run spellchecker
We've also included a spell checker through [cspell](https://cspell.org/)
```bash
npm run spelling
```

0 comments on commit 27c0ece

Please sign in to comment.