diff --git a/docs/authentication/email-password/disable-signup.mdx b/docs/authentication/email-password/disable-signup.mdx index 60315f43a..f17be5871 100644 --- a/docs/authentication/email-password/disable-signup.mdx +++ b/docs/authentication/email-password/disable-signup.mdx @@ -6,7 +6,7 @@ sidebar_position: 8 --- -# Disable the Sing Up Flow +# Disable the Sign Up Flow Learn how to disable the sign up flow for the `EmailPassword` recipe. @@ -106,9 +106,9 @@ Just make sure that the user will not be able to view any sign up elements on th -## Disable the Backend SDK sing up endpoints +## Disable the Backend SDK sign up endpoints -Override the **Backend SDK** API functions to prevent sing up attempts. +Override the **Backend SDK** API functions to prevent sign up attempts.