From aeb6216c93886c0f01ca2c01e60946a7285a1ae1 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Fri, 13 Dec 2024 16:25:34 +0800 Subject: [PATCH] fix typo (#6096) --- .../src/pages/docs/gateway/other-features/security/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/docs/src/pages/docs/gateway/other-features/security/index.mdx b/packages/web/docs/src/pages/docs/gateway/other-features/security/index.mdx index 1dceca366..657d5408d 100644 --- a/packages/web/docs/src/pages/docs/gateway/other-features/security/index.mdx +++ b/packages/web/docs/src/pages/docs/gateway/other-features/security/index.mdx @@ -102,7 +102,7 @@ sequence of characters into a sequence of lexical tokens. E.g. given the following GraphQL operation. ```graphql -graphql { +query { me { id user