File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ async function updateMatchingPasswordsCount(tabId, forceRefresh = false) {
142
142
throw new Error ( `Unable to determine domain of the tab with id ${ tabId } ` ) ;
143
143
}
144
144
145
- // Compule badge counter
145
+ // Compute badge counter
146
146
const files = helpers . ignoreFiles ( badgeCache . files , badgeCache . settings ) ;
147
147
const logins = helpers . prepareLogins ( files , badgeCache . settings ) ;
148
148
const matchedPasswordsCount = logins . reduce (
Original file line number Diff line number Diff line change 451
451
el . dispatchEvent ( new Event ( eventName , { bubbles : true } ) ) ;
452
452
}
453
453
454
- // Focus may have triggered unvealing a true input, find it again
454
+ // Focus may have triggered unveiling a true input, find it again
455
455
el = find ( field , form ) ;
456
456
if ( ! el ) {
457
457
return false ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function DetailsInterface(settingsModel) {
43
43
return {
44
44
// public methods
45
45
/**
46
- * Initialize compoenent : get settings and login
46
+ * Initialize component : get settings and login
47
47
*
48
48
* @since 3.8.0
49
49
*
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ Login.prototype.save = async function(login) {
391
391
*
392
392
* @since 3.8.0
393
393
*
394
- * @param {string } password Value of password to be assgined .
394
+ * @param {string } password Value of password to be assigned .
395
395
*/
396
396
Login . prototype . setPassword = function ( password = "" ) {
397
397
// secret is either entire raw text or defaults to blank string
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Settings.prototype.get = async function () {
90
90
}
91
91
92
92
/**
93
- * Retreive store object. Can optionally return just the sub path value.
93
+ * Retrieve store object. Can optionally return just the sub path value.
94
94
*
95
95
* @since 3.8.0
96
96
*
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function Tree(storeId = "", paths = []) {
19
19
}
20
20
21
21
/**
22
- * Recurssively inserts directories into the Tree
22
+ * Recursively inserts directories into the Tree
23
23
*
24
24
* @since 3.8.0
25
25
*
@@ -52,7 +52,7 @@ function insert(parentNode, dirs = []) {
52
52
}
53
53
54
54
/**
55
- * Recurssively loop over entire tree and return sum of nodes
55
+ * Recursively loop over entire tree and return sum of nodes
56
56
*
57
57
* @since 3.8.0
58
58
*
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ let state = {
53
53
54
54
/**
55
55
* Creates new notification message and adds it to current
56
- * notificatino state.
56
+ * notification state.
57
57
*
58
58
* @since 3.8.0
59
59
*
You can’t perform that action at this time.
0 commit comments