Skip to content

Commit 3499aa3

Browse files
authored
Update src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx
1 parent e311fd3 commit 3499aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The `limit()` API accepts a single argument — a configuration object with the
102102

103103
You can define and configure multiple rate limiting configurations per Worker, which allows you to define different limits against incoming request and/or user parameters as needed to protect your application or upstream APIs.
104104

105-
For example, here is how you can define two rate limiting configurations for free and paid tier users.
105+
For example, here is how you can define two rate limiting configurations for free and paid tier users:
106106

107107
```toml
108108
main = "src/index.js"

0 commit comments

Comments
 (0)