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:
Pdzly
2025-04-25 18:21:07 +02:00
parent 7b23e4de11
commit 0f3120e831

View File

@@ -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');