Skip to content

Commit de092b4

Browse files
authored
typo
1 parent 0d446de commit de092b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/addons/block-count/blockcount.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default async function ({ addon, console, msg }) {
6262
now > lastUpdateTime + 1000 && // dont update the count multiple times in a second
6363
(event.type === events.DELETE || event.type === events.CREATE)
6464
) {
65-
lasUpdateTime = now;
65+
lastUpdateTime = now;
6666
counterElement.innerText = msg("blocks", { num: getBlockCount() });
6767
}
6868
};

0 commit comments

Comments
 (0)