Skip to content

Commit 57d7ec5

Browse files
author
abluchet
committed
Merge branch 'partial-pagination' of github.com:soyuka/doc into partial-pagination
2 parents e9dc5d9 + afdb0f0 commit 57d7ec5

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)