Skip to content

Commit

Permalink
Fix example comment
Browse files Browse the repository at this point in the history
Co-authored-by: nitro-neal <[email protected]>
  • Loading branch information
frankhinek and nitro-neal authored Feb 9, 2024
1 parent 0ce456e commit b63fe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/src/methods/did-key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { getVerificationMethodTypes, keyBytesToMultibaseId, multibaseIdToKeyByte
* const did = await DidJwk.create({ keyManager });
*
* // DID Resolution
* const resolutionResult = await DidJwk.resolve({ did: did.uri });
* const resolutionResult = await DidKey.resolve({ did: did.uri });
*
* // Signature Operations
* const signer = await did.getSigner();
Expand Down

0 comments on commit b63fe25

Please sign in to comment.