From e53345d54f5dd70111bc7aed1f902bac8d6e352f Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:12:06 +0300 Subject: [PATCH] Typo Update log-in-with-audius.mdx The text contains a typo. The word "successsfully" is correctly spelled as "successfully." It has been corrected. --- docs/docs/developers/guides/log-in-with-audius.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`