From 721f9b04b7a4afa7b4288f3ecd46c2ea47c34c0a Mon Sep 17 00:00:00 2001 From: 0x44 Date: Mon, 22 Dec 2025 05:52:47 -0800 Subject: [PATCH] fix a syntax error --- src/pages/learn/pagination.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/learn/pagination.mdx b/src/pages/learn/pagination.mdx index da8427d50a..5297fe6910 100644 --- a/src/pages/learn/pagination.mdx +++ b/src/pages/learn/pagination.mdx @@ -163,7 +163,7 @@ query { ## Connection specification -To ensure a consistent implementation of this pattern, the Relay project has a formal [specification](https://relay.dev/graphql/connections.htm) you can follow for building GraphQL APIs that use a cursor-based connection pattern - whether or not use you Relay. +To ensure a consistent implementation of this pattern, the Relay project has a formal [specification](https://relay.dev/graphql/connections.htm) you can follow for building GraphQL APIs that use a cursor-based connection pattern - whether or not you use Relay. ## Recap