Skip to content

Commit

Permalink
updated grammar in appModel.ts (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobkyalo authored Sep 6, 2022
1 parent 213680a commit 428e01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class AppModel implements IAppModel {
this.showPopUpMsg(`The default port : ${Config.getPort - 1} is currently taken, changing port to : ${Config.getPort}.`);
this.Golive(pathUri);
} else {
this.showPopUpMsg(`Something is went wrong! Please check into Developer Console or report on GitHub.`, true);
this.showPopUpMsg(`Something went wrong! Please check into Developer Console or report on GitHub.`, true);
}
this.IsServerRunning = true; // to revert status - cheat :p
this.ToggleStatusBar(); // reverted
Expand Down

4 comments on commit 428e01c

@iqram789789
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duitai true ken

@Raeleemae
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true true true i am

@MowlidSead
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good👍👍

@Hillary-Omollo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Please sign in to comment.