forked from muxinc/mux-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing a typo and slightly rewording in rate limit documentation.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ All API calls return an err as their final return value. Below is documented the | |
|
||
### TooManyRequestsError | ||
|
||
`TooManyRequestsError` is returned when you exceed the manimum request that Mux allows. Please get in touch with [[email protected]](mailto:[email protected]) if you need to talk about this limit. | ||
`TooManyRequestsError` is returned when you exceed the maximum number of requests allowed for a given time period. Please get in touch with [[email protected]](mailto:[email protected]) if you need to talk about this limit. | ||
|
||
### ServiceError | ||
|
||
|