Skip to content

Commit d59a8b6

Browse files
georgiod9krpeacock
andauthored
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 <[email protected]>
1 parent 7ed119f commit d59a8b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Changed
1212

13+
- chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in `AuthClient` during authentication.
14+
- chore: fixes typo in DelegationIdentity jsdoc comment
1315
- chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in `AuthClient` during authentication.
1416
- fix: Make pollForResponse typesafe to avoid exceptions from unknown requests
1517

packages/identity/src/identity/delegation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class DelegationChain {
266266
export class DelegationIdentity extends SignIdentity {
267267
/**
268268
* Create a delegation without having access to delegateKey.
269-
* @param key The key used to sign the reqyests.
269+
* @param key The key used to sign the requests.
270270
* @param delegation A delegation object created using `createDelegation`.
271271
*/
272272
public static fromDelegation(

0 commit comments

Comments
 (0)