diff --git a/src/Auth0Client.ts b/src/Auth0Client.ts index f67c815dc..db0aa26a6 100644 --- a/src/Auth0Client.ts +++ b/src/Auth0Client.ts @@ -209,8 +209,7 @@ export default class Auth0Client { * ```js * await auth0.buildLoginUrl(options); * ``` - * - * Performs a redirect to `/authorize` using the parameters + * Returns a valid login URL to `/authorize` using the parameters * provided as arguments. Random and secure `state` and `nonce` * parameters will be auto-generated. *