diff --git a/src/Registration.js b/src/Registration.js index c301f36ae1..149b59f42c 100644 --- a/src/Registration.js +++ b/src/Registration.js @@ -40,7 +40,7 @@ export const SAFE_LOCALPART_REGEX = /^[a-z0-9=_\-./]+$/; * @param {bool} options.go_welcome_on_cancel * If true, goes to the welcome page if the user cancels the action * @param {bool} options.screen_after - * If present the screen to redict to after a successful login or register. + * If present the screen to redirect to after a successful login or register. */ export async function startAnyRegistrationFlow(options) { if (options === undefined) options = {}; @@ -75,8 +75,9 @@ export async function startAnyRegistrationFlow(options) { extraButtons: [