@@ -366,7 +366,7 @@ class KeyringController extends EventEmitter {
366
366
* @param {Object } ethTx - The transaction to sign.
367
367
* @param {string } _fromAddress - The transaction 'from' address.
368
368
* @param {Object } opts - Signing options.
369
- * @returns {Promise<Object> } The signed transactio object.
369
+ * @returns {Promise<Object> } The signed transaction object.
370
370
*/
371
371
signTransaction ( ethTx , _fromAddress , opts = { } ) {
372
372
const fromAddress = normalizeAddress ( _fromAddress ) ;
@@ -393,7 +393,7 @@ class KeyringController extends EventEmitter {
393
393
/**
394
394
* Sign Personal Message
395
395
*
396
- * Attempts to sign the provided message paramaters .
396
+ * Attempts to sign the provided message parameters .
397
397
* Prefixes the hash before signing per the personal sign expectation.
398
398
*
399
399
* @param {Object } msgParams - The message parameters to sign.
@@ -495,7 +495,7 @@ class KeyringController extends EventEmitter {
495
495
* - Faucets that account on testnet
496
496
* - Puts the current seed words into the state tree
497
497
*
498
- * @returns {Promise<void> } - A promise that resovles if the operation was successful.
498
+ * @returns {Promise<void> } - A promise that resolves if the operation was successful.
499
499
*/
500
500
createFirstKeyTree ( ) {
501
501
this . clearKeyrings ( ) ;
@@ -734,7 +734,7 @@ class KeyringController extends EventEmitter {
734
734
}
735
735
736
736
/**
737
- * Update Memstore Keyrings
737
+ * Update memStore Keyrings
738
738
*
739
739
* Updates the in-memory keyrings, without persisting.
740
740
*/
0 commit comments