diff --git a/lib/app/utils.js b/lib/app/utils.js index 72f7d991cc..5049a7e749 100644 --- a/lib/app/utils.js +++ b/lib/app/utils.js @@ -155,7 +155,7 @@ export async function setContext(app, context) { if (process.client) { window.location = path return new Promise((resolve) => { - // Wait for broswer to redirect... + // Wait for browser to redirect... }) } }