Skip to content

Commit 8dfbdcc

Browse files
authored
defer-stream.mdx typos (#3187)
1 parent 35387c0 commit 8dfbdcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/docs/features/defer-stream.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
description:
3-
Stream and defer are directives that allow you to improve latency for clients by sending data the
3+
Stream and defer are directives that allow you to improve latency for clients by sending the
44
most important data as soon as it's ready.
55
---
66

77
import { Callout } from '@theguild/components'
88

99
# Defer and Stream
1010

11-
Stream and defer are directives that allow you to improve latency for clients by sending data the
11+
Stream and defer are directives that allow you to improve latency for clients by sending the
1212
most important data as soon as it's ready.
1313

14-
As applications grow, the GraphQL operation documents can get bigger.. The server will only send the
14+
As applications grow, the GraphQL operation documents can get bigger. The server will only send the
1515
response back once all the data requested in the query is ready. However, not all requested data is
1616
of equal importance, and the client may not need all of the data at once. To remedy this, GraphQL
1717
specification working group is working on

0 commit comments

Comments
 (0)