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;