diff --git a/js/Glacier2/simpleChat/Client.ts b/js/Glacier2/simpleChat/Client.ts index 5471d62c1..04cb1fc2f 100644 --- a/js/Glacier2/simpleChat/Client.ts +++ b/js/Glacier2/simpleChat/Client.ts @@ -115,7 +115,7 @@ try { } // -// Asynchonously process stdin lines using a promise +// Asynchronously process stdin lines using a promise // function getline(): PromiseLike { return new Promise((resolve) => {