diff --git a/content/200-concepts/100-components/02-prisma-client/055-pagination.mdx b/content/200-concepts/100-components/02-prisma-client/055-pagination.mdx index 75a8db55b2..25627e6d40 100644 --- a/content/200-concepts/100-components/02-prisma-client/055-pagination.mdx +++ b/content/200-concepts/100-components/02-prisma-client/055-pagination.mdx @@ -160,7 +160,7 @@ No, cursor pagination does not use cursors in the underlying database ([e.g. Pos #### What happens if the cursor value does not exist? -Using a nonexistent cursor returns `null`. Prisma does not locate adjacent values. +Using a nonexistent cursor returns `null`. Prisma does not try to locate adjacent values. ### ✔ Pros of cursor-based pagination