diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8a56f487..be0e3764 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ ### Changed +- chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in `AuthClient` during authentication. +- chore: fixes typo in DelegationIdentity jsdoc comment - chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in `AuthClient` during authentication. - fix: Make pollForResponse typesafe to avoid exceptions from unknown requests diff --git a/packages/identity/src/identity/delegation.ts b/packages/identity/src/identity/delegation.ts index 72f875db..b39e6276 100644 --- a/packages/identity/src/identity/delegation.ts +++ b/packages/identity/src/identity/delegation.ts @@ -266,7 +266,7 @@ export class DelegationChain { export class DelegationIdentity extends SignIdentity { /** * Create a delegation without having access to delegateKey. - * @param key The key used to sign the reqyests. + * @param key The key used to sign the requests. * @param delegation A delegation object created using `createDelegation`. */ public static fromDelegation(