From 573dd99b31a43e74f13780b6be997ccd2b80dedb Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 24 Aug 2018 09:11:39 -0700 Subject: [PATCH] Doc tweak --- web3.js/src/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/src/account.js b/web3.js/src/account.js index 5fbb6464fa..1f2a8a4e87 100644 --- a/web3.js/src/account.js +++ b/web3.js/src/account.js @@ -11,7 +11,7 @@ import type {KeyPair} from 'tweetnacl'; export type PublicKey = string; /** - * Represents an account key pair (public and secret keys). + * An account key pair (public and secret keys). */ export class Account { _keypair: KeyPair;