Skip to content

Commit

Permalink
docs: typo - /* GraphQL */ not /* GraphiQL */! (#2849)
Browse files Browse the repository at this point in the history
* docs: typo - `/* GraphQL */` not `/* GraphiQL */`!

huge typo. caused this bug #2843 (comment)

* changeset
  • Loading branch information
acao authored Nov 3, 2022
1 parent bdd1bd0 commit 9b98c1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/spicy-ducks-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"vscode-graphql-syntax": patch
"vscode-graphql": patch
---

docs typo bug - `/* GraphQL */` (not `/* GraphiQL */`) is the delimiter for `vscode-graphql-syntax` & `vscode-graphql` language support
2 changes: 1 addition & 1 deletion packages/vscode-graphql-syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Note, inline `""` and `''` string literals could also be delimited if needed, bu
#### Comment-Delimited patterns

```ts
/* GraphiQL */
/* GraphQL */
const query = `
{ id }
`;
Expand Down

0 comments on commit 9b98c1b

Please sign in to comment.