Skip to content

Commit c5878c3

Browse files
nilshartmannrstoyanchev
authored andcommitted
Fix typo
1 parent c2f0b54 commit c5878c3

File tree

1 file changed

+1
-1
lines changed
  • spring-graphql/src/main/java/org/springframework/graphql/data/pagination

1 file changed

+1
-1
lines changed

spring-graphql/src/main/java/org/springframework/graphql/data/pagination/Subrange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public OptionalInt count() {
6868

6969
/**
7070
* Whether the subrange is forward or backward from ths position, depending
71-
* on whether the argument sent "fist" or "last".
71+
* on whether the argument sent "first" or "last".
7272
* <p><strong>Note:</strong> The direction may not always match the original
7373
* value. For backward pagination, for example, an offset cursor could be
7474
* adjusted down by the count of elements, switching backward to forward.

0 commit comments

Comments
 (0)