Skip to content

Commit 7660723

Browse files
authored
docs: fix typo (#7547)
1 parent 0b2238c commit 7660723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/mocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ afterAll(() => server.close())
473473
afterEach(() => server.resetHandlers())
474474
```
475475

476-
```js [GrapQL Setup]
476+
```js [GraphQL Setup]
477477
import { afterAll, afterEach, beforeAll } from 'vitest'
478478
import { setupServer } from 'msw/node'
479479
import { graphql, HttpResponse } from 'msw'

0 commit comments

Comments
 (0)