mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-05 07:09:30 +00:00
Fix typo in comment within ZenThemeMarketplaceChild module
Corrected a misspelling of "called" in a comment for better clarity and readability. No functional changes were made, as this was a non-code text adjustment.
This commit is contained in:
@@ -42,7 +42,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
|
||||
return null;
|
||||
}
|
||||
|
||||
// This function will be caleld from about:preferences
|
||||
// This function will be called from about:preferences
|
||||
checkForThemeUpdates(event) {
|
||||
event.preventDefault();
|
||||
this.sendAsyncMessage('ZenThemeMarketplace:CheckForUpdates');
|
||||
|
||||
Reference in New Issue
Block a user