diff --git a/src/app/components/tabels/task/task-table.component.ts b/src/app/components/tabels/task/task-table.component.ts index 283c7b8..ad9c0bb 100644 --- a/src/app/components/tabels/task/task-table.component.ts +++ b/src/app/components/tabels/task/task-table.component.ts @@ -122,7 +122,7 @@ export class TaskTableComponent extends TableComponentBase { //#region taskTableFunctions /** * Deletes a task by calling the delete method via the backendService and removing it from the tabel's items array. - * @param userstory task that will be deleted + * @param task task that will be deleted */ public deleteTask(task: ScrumTask) { this.backendService.deleteTask(task).subscribe((response) => {