Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Oct 24, 2024
1 parent cdea994 commit e83dcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/src/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ async function decryptWithPin(clientDid: BearerDid, jwe: string, pin: string) {

if (!jweProviderEcdhDidKid.didDocument) {
throw new Error(
'Could not resolve provider\'s didd document for shared key derivation'
'Could not resolve provider\'s DID document for shared key derivation'
);
}

Expand Down

0 comments on commit e83dcc8

Please sign in to comment.