From 10ca5e09ffcee91f4e3c91c06c6aa33d02719337 Mon Sep 17 00:00:00 2001 From: Rudolf Migirov <38865764+McFLoDuR@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:16:52 +0100 Subject: [PATCH] Update pagination.mdx correction: swap around 2 words --- 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