Skip to content

Commit 8a158ea

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: rebuild project due to codegen change (#507)
1 parent 2bb6de6 commit 8a158ea

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
@@ -303,7 +303,7 @@ Note that requests which time out will be [retried twice by default](#retries).
303303
## Auto-pagination
304304

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

308308
```ts
309309
async function fetchAllVideoDeliveryUsages(params) {
@@ -316,7 +316,7 @@ async function fetchAllVideoDeliveryUsages(params) {
316316
}
317317
```
318318

319-
Alternatively, you can make request a single page at a time:
319+
Alternatively, you can request a single page at a time:
320320

321321
```ts
322322
let page = await client.video.deliveryUsage.list();

0 commit comments

Comments
 (0)