Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Jul 4, 2022
1 parent 76245e6 commit 6b1f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service_worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as Settings from './modules/settings.mjs';


function initializeExtension() {
console.group('To intialize the extension...');
console.group('To initialize the extension...');
Settings.loadCurrentSettings().then(() => {
console.groupEnd();
console.log('Finished initializing the chrome extension');
Expand Down

0 comments on commit 6b1f8ab

Please sign in to comment.