Skip to content

Commit ffd45cb

Browse files
committed
docs: fix waitForFinish description
1 parent c520741 commit ffd45cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ post:
224224
description: |
225225
The maximum number of seconds the server waits for the run to finish. By
226226
default, it is `0`, the maximum value is `60`. <!-- MAX_ACTOR_JOB_ASYNC_WAIT_SECS -->
227-
If the build finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
227+
If the run finishes in time then the returned run object will have a terminal status (e.g. `SUCCEEDED`),
228228
otherwise it will have a transitional status (e.g. `RUNNING`).
229229
style: form
230230
explode: true

0 commit comments

Comments
 (0)