diff --git a/lib/src/client.ts b/lib/src/client.ts index a864160c..0cd384d0 100644 --- a/lib/src/client.ts +++ b/lib/src/client.ts @@ -173,7 +173,7 @@ export class AsgardeoAuthClient { * This is an async method that returns a Promise that resolves with the authorization URL parameters. * * @param config - (Optional) A config object to force initialization and pass - * custom path parameters such as the fidp parameter. + * custom path parameters such as the `fidp` parameter. * @param userID - (Optional) A unique ID of the user to be authenticated. This is useful in multi-user * scenarios where each user should be uniquely identified. *