Skip to content

Commit 63d1649

Browse files
typo (#13001)
Co-authored-by: Jerel Miller <[email protected]>
1 parent d0b8a7e commit 63d1649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/link/schema/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export declare namespace SchemaLink {
116116
/**
117117
* `SchemaLink` is a terminating link that executes GraphQL operations against
118118
* a local GraphQL schema instead of making network requests. This is commonly
119-
* used for server-side rendering (SSR) and mocking dataa.
119+
* used for server-side rendering (SSR) and mocking data.
120120
*
121121
* > [!NOTE]
122122
* > While `SchemaLink` can provide GraphQL results on the client, the GraphQL

0 commit comments

Comments
 (0)