Skip to content

Commit 197b956

Browse files
committed
Replace usage of incorrect word
1 parent 55e809f commit 197b956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/ExecutionAbortedError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Represents the abortion of a state machine execution.
2+
* Represents the abort of a state machine execution.
33
*/
44
export class ExecutionAbortedError extends Error {
55
constructor() {

0 commit comments

Comments
 (0)