Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 6, 2024
1 parent a70403c commit fd9fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/guides/transports/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ By default all requests use HTTP POST. However you can configure queries and sub
```ts twoslash
import { Graffle } from 'graffle'
// ---cut---
graffle.create({
Graffle.create({
schema: 'https://...',
transport: { methodMode: 'getReads' },
})
Expand Down

0 comments on commit fd9fe2e

Please sign in to comment.