diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7c906b0..3e70cab 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -79,7 +79,7 @@ export class AppComponent { } else { this.time += s; } - this.setTitle("TaskFocus (" + this.time + ")"); //Update the Document Title in Browser + this.setTitle('TaskFocus (' + this.time + ')'); // Update the Document Title in Browser } else { this.numFocus += 1; this.startBreak();