Skip to content

Commit b5f1072

Browse files
gsteelfroschdesign
andauthored
Fix title casing
Co-authored-by: Frank Brückner <info@froschdesignstudio.de> Signed-off-by: George Steel <george@netglue.uk>
1 parent 5084c53 commit b5f1072

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/v3/caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Caching paginator pages
1+
# Caching Paginator Pages
22

33
It is possible to cache pagination results by wrapping adapters in the shipped `CachingAdapter`.
44
The `CachingAdapter` requires a pagination adapter, a PSR cache item pool and a unique cache-key prefix.
@@ -62,7 +62,7 @@ Paginator assumes that you will likely use a single cache pool for all paginator
6262

6363
Finally, you can also provide an optional TTL in the form of a [`DateInterval`](https://www.php.net/manual/class.dateinterval.php) object.
6464

65-
## `PaginatorFactory` integration and setting defaults
65+
## `PaginatorFactory` Integration and Setting Defaults
6666

6767
The shipped `PaginatorFactory` class is capable of decorating adapters for you, providing some configuration is in-place, thereby reducing the previous example to:
6868

docs/book/v3/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ $paginator->getPages(new ScrollingStyle());
278278

279279
For further details on the other available options; see the [Configuration chapter](configuration.md).
280280

281-
## Inspecting paginator state
281+
## Inspecting Paginator State
282282

283283
The paginator keeps track of its current position and provides a number of methods to retrieve information about its state:
284284

0 commit comments

Comments
 (0)