Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Oct 18, 2022
1 parent feca362 commit 287fc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Operation = {
}
```
Each operation contains a reference the the immeidately preceding operation in the log and is signed by either the `signingKey` or the `recoveryKey`.
Each operation contains a reference the the immediately preceding operation in the log and is signed by either the `signingKey` or the `recoveryKey`.
The DID itself is derived from the sha256 hash of the first operation in the log.
It is then base32 encoded and truncated to 24 chars.
Expand Down

0 comments on commit 287fc40

Please sign in to comment.