diff --git a/docs/content/docs/plugins/username.mdx b/docs/content/docs/plugins/username.mdx index 507ce82394..3767de48f0 100644 --- a/docs/content/docs/plugins/username.mdx +++ b/docs/content/docs/plugins/username.mdx @@ -146,7 +146,7 @@ type isUsernameAvailable = { username: string = "new-username" } -if(response?.available) { +if (response?.available) { console.log("Username is available"); } else { console.log("Username is not available");