chore: fix docs typo (#103)

This commit is contained in:
Nate Foss 2019-09-28 05:33:57 -04:00 committed by Vasco Santos
parent ed211a943b
commit a2ac32ac0f

View File

@ -213,7 +213,7 @@ Returns an `obj` of the form
- `obj.pubKey: String` - The public key in protobuf format, encoded in 'base64' - `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' - `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. Returns a protocol-buffers encoded version of the id, public key and, if `excludePrivateKey` is not set, the private key.