Browse Source

fix: chorme -> chrome

thinkhalo 2 years ago
parent
commit
0ce45646b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/json-format/content-script.js

+ 1 - 1
apps/json-format/content-script.js

@@ -621,6 +621,6 @@ window.JsonAutoFormat = (() => {
 })();
 
 
-if(location.protocol !== 'chorme-extension:') {
+if(location.protocol !== 'chrome-extension:') {
     window.JsonAutoFormat.format();
 }