File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ For instance, if you wanted to change "pagination" to "paging".
70
70
The ` aliases ` configuration key allows you to change names of the pagination
71
71
keys. For instance, if you wanted to change "page" to "currentPage".
72
72
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
74
74
visible in your rendered response.
75
75
76
76
An example using all these configuration keys:
@@ -105,8 +105,8 @@ This configuration would yield:
105
105
}
106
106
```
107
107
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.
110
110
111
111
## Change log
112
112
You can’t perform that action at this time.
0 commit comments