From 1540d0a5a51673357ba43ec01b03f4a18a8b246e Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Thu, 9 Oct 2025 10:54:18 +0800 Subject: [PATCH] Fix typo (#264) --- src-web/components/graphql/GraphQLDocsExplorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/graphql/GraphQLDocsExplorer.tsx b/src-web/components/graphql/GraphQLDocsExplorer.tsx index f6564980..4148b6a8 100644 --- a/src-web/components/graphql/GraphQLDocsExplorer.tsx +++ b/src-web/components/graphql/GraphQLDocsExplorer.tsx @@ -210,7 +210,7 @@ function GraphQLExplorerHeader({ />
- +
);