Fix typos [skip ci]

This commit is contained in:
Vijay A
2024-12-01 16:36:54 +05:30
parent 0fbd579cbb
commit eb781c54f8
2 changed files with 3 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ pref('browser.newtabpage.activity-stream.system.showWeather', true);
pref("browser.toolbars.bookmarks.visibility", "never"); 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); pref('browser.preferences.experimental', true);
#include better-fox.js #include better-fox.js

View File

@@ -368,8 +368,8 @@ class KeyShortcut {
} }
key.setAttribute('group', this.#group); key.setAttribute('group', this.#group);
// note to "mr. macos": We add the `zen-` prefix because since firefox hasnt been built with the // note to "mr. macos": We add the `zen-` prefix because firefox hasnt been built with the
// shortcuts in mind, it will siply just override the shortcuts with whatever the default is. // 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 // note that this l10n id is not used for actually translating the key's label, but rather to
// identify the default keybinds. // identify the default keybinds.
if (this.#l10nId) { if (this.#l10nId) {