tiny typo fix

pull/21/head
Dave Hoover 6 years ago committed by GitHub
parent 3f40c4d3e3
commit aa7b1dc009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/encrypted-message.md

@ -83,7 +83,7 @@ console.log(
## Creating an answer
Now that `Bob` got the message, he can also answer back to alice.
To to this he has to recover the publicKey of alice with `recoverPublicKey()`.
To do this he has to recover the publicKey of alice with `recoverPublicKey()`.
```javascript
const answerMessage = 'And I am Bob Kelso';

Loading…
Cancel
Save