소스 검색

Merge pull request #449 from wamynobe/main

fix: fix typo
Nariman Jelveh 1 년 전
부모
커밋
66639ea110
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/services/ThemeService.js

+ 1 - 1
src/services/ThemeService.js

@@ -62,7 +62,7 @@ export class ThemeService extends Service {
                 //       log this error to the event log
                 console.error(e);
 
-                // We don't show an alert becuase it's likely
+                // We don't show an alert because it's likely
                 // other things also aren't working.
             }
         }