Skip to content

Commit 428e01c

Browse files
authored
updated grammar in appModel.ts (#2568)
1 parent 213680a commit 428e01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class AppModel implements IAppModel {
101101
this.showPopUpMsg(`The default port : ${Config.getPort - 1} is currently taken, changing port to : ${Config.getPort}.`);
102102
this.Golive(pathUri);
103103
} else {
104-
this.showPopUpMsg(`Something is went wrong! Please check into Developer Console or report on GitHub.`, true);
104+
this.showPopUpMsg(`Something went wrong! Please check into Developer Console or report on GitHub.`, true);
105105
}
106106
this.IsServerRunning = true; // to revert status - cheat :p
107107
this.ToggleStatusBar(); // reverted

0 commit comments

Comments
 (0)