Skip to content

Commit

Permalink
chore: fix docs typo (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
npfoss authored and vasco-santos committed Sep 28, 2019
1 parent ed211a9 commit a2ac32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Returns an `obj` of the form
- `obj.pubKey: String` - The public key in protobuf format, encoded in 'base64'
- `obj.privKey: String` - The private key in protobuf format, encoded in 'base 64'

### `marshal(excludePrivatKey)`
### `marshal(excludePrivateKey)`

Returns a protocol-buffers encoded version of the id, public key and, if `excludePrivateKey` is not set, the private key.

Expand Down

0 comments on commit a2ac32a

Please sign in to comment.