Skip to content

Commit a70df9b

Browse files
authored
Fix typo in doc
1 parent 152c3f0 commit a70df9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $pagination->pagePrefix(text);
9494
$pagination->pageSuffix(text);
9595

9696
# sets the flag to retain the query string for each page link.
97-
$pagination->retrainQueryString();
97+
$pagination->retainQueryString();
9898

9999
# sets the flag to ignore the query string when building the links
100100
$pagination->dismissQueryString();
@@ -124,4 +124,4 @@ Licensed under the MIT license
124124

125125
If you find this project helpful or useful in any way, please consider getting me a cup of coffee - It's really appreciated :)
126126

127-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/benhall14)
127+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/benhall14)

0 commit comments

Comments
 (0)