Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypoon committed Oct 7, 2021
1 parent 1ce754d commit 1fb0c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conditional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export abstract class Conditional<T extends Step> {
abstract accept(): boolean | Promise<boolean>;

/**
* Whether this condition could be overriden to accept when `acceptAllConditions` is set. `overridable` is
* Whether this condition could be overridden to accept when `acceptAllConditions` is set. `overridable` is
* set to true by default.
* @returns boolean
*/
Expand Down

0 comments on commit 1fb0c2b

Please sign in to comment.