Skip to content

Commit 6a5f383

Browse files
best-practices: fixed 'handled by the GraphQL server The GraphQL'
1 parent 829a0fd commit 6a5f383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/querying/best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const result = await execute(query, {
154154
Static strings have several **key advantages**:
155155

156156
- Queries are easier to read, manage, and debug.
157-
- Variable sanitization is handled by the GraphQL server The GraphQL.
157+
- Variable sanitization is handled by the GraphQL server.
158158
- Variables can be cached at the server level.
159159
- Queries can be statically analyzed by tools (see [GraphQL Essential Tools](/subgraphs/querying/best-practices/#graphql-essential-tools-guides)).
160160

0 commit comments

Comments
 (0)