Skip to content

Commit 0837101

Browse files
authored
Update README.md
1 parent 7a074e1 commit 0837101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ You can tune the middleware behavior using middleware specific configuration par
198198
- "validation.handler": Handler to implement validation rules for input values ("")
199199
- "sanitation.handler": Handler to implement sanitation rules for input values ("")
200200
- "multiTenancy.handler": Handler to implement simple multi-tenancy rules ("")
201-
- "pageLimits.pages": The maximum page number a list operation returns ("100")
202-
- "pageLimits.records": The maximum number of records a list operation returns ("1000")
201+
- "pageLimits.pages": The maximum page number that a list operation allows ("100")
202+
- "pageLimits.records": The maximum number of records returned by a list operation ("1000")
203203
- "customization.beforeHandler": Handler to implement request customization ("")
204204
- "customization.afterHandler": Handler to implement response customization ("")
205205

0 commit comments

Comments
 (0)