Skip to content

Commit 59d017a

Browse files
authored
Typo Fix: Update realtime.md (#12017)
Fix a typo of `liveQueryStory` to `liveQueryStore`
1 parent 1f0893f commit 59d017a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/realtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const realtime: RedwoodRealtimeOptions = {
182182
By setting up realtime, the GraphQL server adds two helpers on the context:
183183

184184
- pubSub
185-
- liveQueryStory
185+
- liveQueryStore
186186

187187
With `context.pubSub` you can subscribe to and publish messages via `context.pubSub.publish('the-topic', id, id2)`.
188188

0 commit comments

Comments
 (0)