diff --git a/packages/agent/src/oidc.ts b/packages/agent/src/oidc.ts index 147602742..7a5af96fa 100644 --- a/packages/agent/src/oidc.ts +++ b/packages/agent/src/oidc.ts @@ -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' ); }