Skip to content

Commit 019d48a

Browse files
typo fix: 'streame'
1 parent 835daae commit 019d48a

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/subgraphs/querying/graph-client

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/querying/graph-client/live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ query ExampleQuery @live(interval: 5000) {
3838

3939
## Integrations
4040

41-
Since the entire network layer (along with the `@live` mechanism) is implemented inside `graph-client` core, you can use Live queries with every GraphQL client (such as Urql or Apollo-Client), as long as it supports streame responses (`AsyncIterable`).
41+
Since the entire network layer (along with the `@live` mechanism) is implemented inside `graph-client` core, you can use Live queries with every GraphQL client (such as Urql or Apollo-Client), as long as it supports streamed responses (`AsyncIterable`).
4242

4343
No additional setup is required for GraphQL clients cache updates.

0 commit comments

Comments
 (0)