Skip to content

Commit 6ba0005

Browse files
committed
chore(spell): fix typo and ignore some words
1 parent 06005da commit 6ba0005

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Thanks to [`ruru`](https://github.com/graphile/crystal/tree/main/grafast/ruru),
272272
npx ruru -SP -p 4001 -e http://localhost:4000/graphql
273273
```
274274

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

277277
## Recipes
278278

Diff for: cspell.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ const config = {
1414
'keyout',
1515
'newkey',
1616
'isomorphically',
17+
'graphi',
18+
'ruru',
1719
],
1820
};
1921
module.exports = config;

0 commit comments

Comments
 (0)