diff --git a/spring-graphql/src/main/java/org/springframework/graphql/data/pagination/Subrange.java b/spring-graphql/src/main/java/org/springframework/graphql/data/pagination/Subrange.java index f8913815..abd98724 100644 --- a/spring-graphql/src/main/java/org/springframework/graphql/data/pagination/Subrange.java +++ b/spring-graphql/src/main/java/org/springframework/graphql/data/pagination/Subrange.java @@ -68,7 +68,7 @@ public class Subrange

{ /** * Whether the subrange is forward or backward from ths position, depending - * on whether the argument sent "fist" or "last". + * on whether the argument sent "first" or "last". *

Note: The direction may not always match the original * value. For backward pagination, for example, an offset cursor could be * adjusted down by the count of elements, switching backward to forward.