Skip to content

Commit 3e1e17f

Browse files
authored
fix(cli): change "stoped" to "stopped" (#743)
Change "stoped" to "stopped" as it is mispelled.
1 parent 6b27c1e commit 3e1e17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/start/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export async function start(options: SWACLIConfig) {
352352
commandMessage = `the --run command exited with code ${exitCode}`;
353353
break;
354354
}
355-
logger.error(`SWA emulator stoped because ${commandMessage}.`, true);
355+
logger.error(`SWA emulator stopped because ${commandMessage}.`, true);
356356
}
357357
)
358358
.catch((err) => {

0 commit comments

Comments
 (0)