Skip to content

Commit

Permalink
fix typo, change "stoped" to "stopped"
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFJ20 authored Aug 24, 2023
1 parent 6b27c1e commit 6718ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/start/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export async function start(options: SWACLIConfig) {
commandMessage = `the --run command exited with code ${exitCode}`;
break;
}
logger.error(`SWA emulator stoped because ${commandMessage}.`, true);
logger.error(`SWA emulator stopped because ${commandMessage}.`, true);
}
)
.catch((err) => {
Expand Down

0 comments on commit 6718ea9

Please sign in to comment.