diff --git a/serve/invite.html b/serve/invite.html
index 74d4f1467..8a2880687 100644
--- a/serve/invite.html
+++ b/serve/invite.html
@@ -64,7 +64,7 @@
? `${host}?link=${encodedLink}&apn=${androidPacakgeName}&afl=${encodedLink}&ibi=${iosAppBundleId}&ifl=${encodedLink}&efr=1`
: `${host}?link=${encodedLink}&apn=${androidPacakgeName}&ibi=${iosAppBundleId}&isi=${appStoreId}&efr=1`;
};
- window.location.href = getDynamicLink(rediretPath);
+ window.location.href = getDynamicLink(redirectPath);
});