Skip to content

Commit

Permalink
Fix typo in hasExecution docstring (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmortlock authored Oct 27, 2024
1 parent d789123 commit 17e3726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/WorkflowStubInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getOptions(): ?WorkflowOptions;
public function getExecution(): WorkflowExecution;

/**
* Check if workflow was stater and has associated execution.
* Check if workflow was started and has associated execution.
*
* @return bool
*/
Expand Down

0 comments on commit 17e3726

Please sign in to comment.