Skip to content

Commit 9a0e16c

Browse files
authored
fix missed space / correction (#1887)
* Update set-rate-limits.md * Update whats-new.md
1 parent 4a7fbf1 commit 9a0e16c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

developer-tools/dashboard/how-to/secure-an-api/set-rate-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set rate limiting in the API key's **Settings** tab **Key Credit Limits** sectio
2525
- **Per day total credits** restricts total daily credit usage for the API key. Set a limit on number of
2626
credits per day in integers, for example, 20000. The value `0` means default limits are applied.
2727

28-
When the number of used credits reach this limit, all requests will be rejected until the next day (00:00 UTC).
28+
When the number of used credits reaches this limit, all requests will be rejected until the next day (00:00 UTC).
2929

3030
If you exceed the specified limits, you'll receive a JSON response with an
3131
[HTTP error status code `429`](/services/reference/ethereum/json-rpc-methods#http-errors). For example:
@@ -41,4 +41,4 @@ If you exceed the specified limits, you'll receive a JSON response with an
4141
"details": "You have surpassed your user-defined key throughput limit setting. To make more requests with this key, review key setting configurations."
4242
}
4343
}
44-
```
44+
```

docs/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of the [MetaMask developer page](https://metamask.io/developer/).
1111

1212
## February
1313

14-
- Documented [Unichain Mainnet](/services/reference/unichain) support.([#1878](https://github.com/MetaMask/metamask-docs/pull/1878))
14+
- Documented [Unichain Mainnet](/services/reference/unichain) support. ([#1878](https://github.com/MetaMask/metamask-docs/pull/1878))
1515

1616
## January 2025
1717

0 commit comments

Comments
 (0)