Skip to content

Commit

Permalink
examples/did: Fix typo (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
moricho committed Jul 12, 2022
1 parent d5273d2 commit 6b0cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/did/did.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
handleError(err, "failed to generate key")

// Expand the DID into a DID Document
// Expanding is how did:key is reolved in the sdk
// Expanding is how did:key is resolved in the sdk
// https://www.w3.org/TR/did-core/#did-document-properties
didDoc, err := didKey.Expand()
handleError(err, "failed to expand did:key")
Expand Down

0 comments on commit 6b0cf04

Please sign in to comment.