Skip to content

Commit

Permalink
grammar update
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Nov 28, 2024
1 parent 1b861f0 commit 4f1fd21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user_guide/flyte_agents/developing_agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ When users use the `create` method to create a new job, with its job ID, they ca
check the execution state is succeeded or not.
Exceptional `delete` case:
If users interrupt task during its running, FlytePropeller will invoke the `delete` method to the corresponding job.
If users interrupt a task while it is running, FlytePropeller will invoke the `delete` method to the corresponding
job.
```

Expand Down

0 comments on commit 4f1fd21

Please sign in to comment.