misc: Fix typo

This commit is contained in:
Sébastien Chopin 2018-01-15 13:51:51 +01:00
parent e8532dc80c
commit 97d70f46c6

View File

@ -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...
})
}
}