From fdda8f04479412d22e9a3e9215c7caa5369e7d83 Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Tue, 17 Mar 2020 16:37:16 +0100 Subject: [PATCH] fix: Fix typo in documentation (comments) (#1431) --- packages/graphiql/src/components/GraphiQL.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphiql/src/components/GraphiQL.tsx b/packages/graphiql/src/components/GraphiQL.tsx index 11845b7a036..10b39df71bb 100644 --- a/packages/graphiql/src/components/GraphiQL.tsx +++ b/packages/graphiql/src/components/GraphiQL.tsx @@ -1314,7 +1314,7 @@ const defaultQuery = `# Welcome to GraphiQL # typeaheads aware of the current GraphQL type schema and live syntax and # validation errors highlighted within the text. # -# GraphQL queries typically start with a "{" character. Lines that starts +# GraphQL queries typically start with a "{" character. Lines that start # with a # are ignored. # # An example GraphQL query might look like: