diff --git a/doric-cli/src/run.ts b/doric-cli/src/run.ts index 8211d29b..4e828b33 100644 --- a/doric-cli/src/run.ts +++ b/doric-cli/src/run.ts @@ -14,7 +14,7 @@ export async function run(platform: string) { await runiOS(); break; default: - throw new Error("Donnot support " + platform); + throw new Error("Do not support " + platform); } }