Skip to content

Commit f8f9d3e

Browse files
committed
Fix README typos
1 parent 09e28f3 commit f8f9d3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For instance, if you wanted to change "pagination" to "paging".
7070
The `aliases` configuration key allows you to change names of the pagination
7171
keys. For instance, if you wanted to change "page" to "currentPage".
7272

73-
The `visible` confiration key allows you to set which pagination keys will be
73+
The `visible` configuration key allows you to set which pagination keys will be
7474
visible in your rendered response.
7575

7676
An example using all these configuration keys:
@@ -105,8 +105,8 @@ This configuration would yield:
105105
}
106106
```
107107

108-
**Note:** Whenever setting keys' visbility, use the aliased name if you've given
109-
it one.
108+
**Note:** Whenever setting keys' visibility, make sure to use the aliased name
109+
if you've given it one.
110110

111111
## Change log
112112

0 commit comments

Comments
 (0)