diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 78b7c6d4a..bc5cd4283 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -219,7 +219,7 @@ pref('browser.newtabpage.activity-stream.system.showWeather', true); pref("browser.toolbars.bookmarks.visibility", "never"); -// Enable experimental settings page (Usef for Zen Labs) +// Enable experimental settings page (Used for Zen Labs) pref('browser.preferences.experimental', true); #include better-fox.js diff --git a/src/browser/base/zen-components/ZenKeyboardShortcuts.mjs b/src/browser/base/zen-components/ZenKeyboardShortcuts.mjs index b9dcdeaee..62b138fe4 100644 --- a/src/browser/base/zen-components/ZenKeyboardShortcuts.mjs +++ b/src/browser/base/zen-components/ZenKeyboardShortcuts.mjs @@ -368,8 +368,8 @@ class KeyShortcut { } key.setAttribute('group', this.#group); - // note to "mr. macos": We add the `zen-` prefix because since firefox hasnt been built with the - // shortcuts in mind, it will siply just override the shortcuts with whatever the default is. + // note to "mr. macos": We add the `zen-` prefix because firefox hasnt been built with the + // shortcuts in mind, it will simply just override the shortcuts with whatever the default is. // note that this l10n id is not used for actually translating the key's label, but rather to // identify the default keybinds. if (this.#l10nId) {