Skip to content

Commit

Permalink
Merge pull request #11 from aloatias/development
Browse files Browse the repository at this point in the history
Release v0.0.1.1
  • Loading branch information
aloatias authored May 9, 2020
2 parents 1cbabdf + 61f9645 commit 2ad519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class TaskService {
if (error.status !== 500) {
errorMessage = error.error;
} else {
errorMessage = "Un error occured. Please try again later";
errorMessage = "Un error occurred. Please try again later";
}
}

Expand Down

0 comments on commit 2ad519b

Please sign in to comment.