We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b8a7e commit 63d1649Copy full SHA for 63d1649
src/link/schema/index.ts
@@ -116,7 +116,7 @@ export declare namespace SchemaLink {
116
/**
117
* `SchemaLink` is a terminating link that executes GraphQL operations against
118
* a local GraphQL schema instead of making network requests. This is commonly
119
- * used for server-side rendering (SSR) and mocking dataa.
+ * used for server-side rendering (SSR) and mocking data.
120
*
121
* > [!NOTE]
122
* > While `SchemaLink` can provide GraphQL results on the client, the GraphQL
0 commit comments