Skip to content

Commit 7bb4382

Browse files
committed
typo
1 parent 18674d2 commit 7bb4382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const output = await replicate.run(identifier, options, progress);
167167
| `options.webhook` | string | An HTTPS URL for receiving a webhook when the prediction has new output |
168168
| `options.webhook_events_filter` | string[] | An array of events which should trigger [webhooks](https://replicate.com/docs/webhooks). Allowable values are `start`, `output`, `logs`, and `completed` |
169169
| `options.signal` | object | An [AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) to cancel the prediction |
170-
| `progress` | function | Callback function that receives the prediction object as it's updated. The function is called when the prediction is created, each time its updated while polling for completion, and when it's completed. |
170+
| `progress` | function | Callback function that receives the prediction object as it's updated. The function is called when the prediction is created, each time it's updated while polling for completion, and when it's completed. |
171171

172172
Throws `Error` if the prediction failed.
173173

0 commit comments

Comments
 (0)