From 9e15bda803b484c1dacb04ccffeb20209ffcaece Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 11 Aug 2016 12:49:57 +0100 Subject: [PATCH] comment typo --- src/vector/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/index.js b/src/vector/index.js index 8eb9cac177..0750109404 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -188,7 +188,7 @@ async function loadApp() { const params = parseQs(window.location); // don't try to redirect to the native apps if we're - // verifying an 3pid + // verifying a 3pid const preventRedirect = Boolean(fragparts.params.client_secret); if (!preventRedirect) {