Skip to content

Commit 57a996c

Browse files
chore: rebuild project due to codegen change (#507)
1 parent 82bdb98 commit 57a996c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Note that requests which time out will be [retried twice by default](#retries).
142142
## Auto-pagination
143143

144144
List methods in the Mux API are paginated.
145-
You can use `for await … of` syntax to iterate through items across all pages:
145+
You can use the `for await … of` syntax to iterate through items across all pages:
146146

147147
```ts
148148
async function fetchAllVideoDeliveryUsages(params) {
@@ -155,7 +155,7 @@ async function fetchAllVideoDeliveryUsages(params) {
155155
}
156156
```
157157

158-
Alternatively, you can make request a single page at a time:
158+
Alternatively, you can request a single page at a time:
159159

160160
```ts
161161
let page = await client.video.deliveryUsage.list();

0 commit comments

Comments
 (0)