Skip to content

Commit 7951abc

Browse files
committed
fix: definitions
1 parent 63b2b87 commit 7951abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ module.exports.RateLimitOptions = {
678678
requestPath: {
679679
env: 'PARSE_SERVER_RATE_LIMIT_REQUEST_PATH',
680680
help:
681-
'The path of the API route to be rate limited. Route paths, in combination with a request method, define the endpoints at which requests can be made. Route paths can be strings or string patterns following path-to-regexp v8 syntax. Wildcards must be named (e.g., `/*path` instead of `/*`). Examples: `/functions/*path`, `/classes/MyClass/*path`, `/*path`. See: https://github.com/pillarjs/path-to-regexp',
681+
'The path of the API route to be rate limited. Route paths, in combination with a request method, define the endpoints at which requests can be made. Route paths can be strings or string patterns following <a href="https://github.com/pillarjs/path-to-regexp">path-to-regexp v8</a> syntax.',
682682
required: true,
683683
},
684684
requestTimeWindow: {

src/Options/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)