Skip to content

Commit afdb0f0

Browse files
Update pagination.md
1 parent fa4901c commit afdb0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class Book
205205
}
206206
```
207207

208-
## Partial pagination
208+
## Partial Pagination
209209

210210
When using the default pagination, a `COUNT` query will be issued against the current requested collection. This may have a
211211
performance impact on really big collections. The downside is that the information about the last page is lost (ie: `hydra:last`).

0 commit comments

Comments
 (0)