Skip to content

Commit 175fd66

Browse files
committed
Fix up typo
1 parent b979d93 commit 175fd66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GraphQL graphQL = GraphQL
5959

6060
String query = "" +
6161
" subscription StockCodeSubscription {\n" +
62-
" stockQuotes(stockCode:\"IBM') {\n" +
62+
" stockQuotes(stockCode:\"IBM\") {\n" +
6363
" dateTime\n" +
6464
" stockCode\n" +
6565
" stockPrice\n" +

versioned_docs/version-v21/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GraphQL graphQL = GraphQL
5959

6060
String query = "" +
6161
" subscription StockCodeSubscription {\n" +
62-
" stockQuotes(stockCode:\"IBM') {\n" +
62+
" stockQuotes(stockCode:\"IBM\") {\n" +
6363
" dateTime\n" +
6464
" stockCode\n" +
6565
" stockPrice\n" +

0 commit comments

Comments
 (0)