Skip to content

Commit

Permalink
chore(spell): fix typo and ignore some words
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Feb 2, 2024
1 parent 06005da commit 6ba0005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Thanks to [`ruru`](https://github.com/graphile/crystal/tree/main/grafast/ruru),
npx ruru -SP -p 4001 -e http://localhost:4000/graphql
```

Open [http://localhost:4001](http://localhost:4001) in the borwser to use it.
Open [http://localhost:4001](http://localhost:4001) in the browser to use it.

## Recipes

Expand Down
2 changes: 2 additions & 0 deletions cspell.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const config = {
'keyout',
'newkey',
'isomorphically',
'graphi',
'ruru',
],
};
module.exports = config;

0 comments on commit 6ba0005

Please sign in to comment.