From d59a8b69a50753965f9513c956b3ee5e16faef71 Mon Sep 17 00:00:00 2001 From: Georgio Diab Date: Fri, 13 Dec 2024 00:23:24 +0400 Subject: [PATCH] fix: JsDoc typo in DelegationIdentity class's `fromDelegation` method (#951) * fix: JsDoc typo in DelegationIdentity class's `fromDelegation` method * chore: formatting and changelog --------- Co-authored-by: Kai Peacock --- docs/CHANGELOG.md | 2 ++ packages/identity/src/identity/delegation.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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(