Skip to content

Commit

Permalink
fix(cspell): typo spelling :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Oct 17, 2024
1 parent 53799b1 commit d8af5c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class TaskStatusSelectComponent extends TranslationBaseComponent implemen
public statuses$: BehaviorSubject<ITaskStatus[]> = new BehaviorSubject([]);

/**
* Predefined task statuses with names and sluggified values.
* Predefined task statuses with names and sluggable values.
*/
private _statuses: Array<{ name: string; value: string }> = [
{ name: TaskStatusEnum.OPEN, value: sluggable(TaskStatusEnum.OPEN) },
Expand Down

0 comments on commit d8af5c6

Please sign in to comment.