diff --git a/docs/docs/developers/guides/log-in-with-audius.mdx b/docs/docs/developers/guides/log-in-with-audius.mdx index d2742c661f0..29ee534d3c1 100644 --- a/docs/docs/developers/guides/log-in-with-audius.mdx +++ b/docs/docs/developers/guides/log-in-with-audius.mdx @@ -380,7 +380,7 @@ login page with the following URL: https://audius.co/oauth/auth?scope=read&app_name=My%20Demo%20App&redirect_uri=https://mydemoapp.com/oauth/receive-token&state=a4e0761e-8c21-4e20-819d-5a4daeab4ea9 ``` -when the user successsfully authenticates, the login page would redirect to: +when the user successfully authenticates, the login page would redirect to: `https://mydemoapp.com/oauth/receive-token#state=a4e0761e-8c21-4e20-819d-5a4daeab4ea9&token={JWT}`