From 3188f183382fe781cd3f12f5a923f78897ea81c2 Mon Sep 17 00:00:00 2001 From: "Colby M. White" <3979735+colbywhite@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:27:11 -0600 Subject: [PATCH] docs(typo): correct grammar in realtime docs (#9850) --- docs/docs/realtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/realtime.md b/docs/docs/realtime.md index 39ef6fd5a2c9..f56b2880c48a 100644 --- a/docs/docs/realtime.md +++ b/docs/docs/realtime.md @@ -260,7 +260,7 @@ subscription CountdownFromInterval { } ``` -This example showcases how a subscription can yields its own response. +This example showcases how a subscription yields its own response. ## Live Queries