Skip to content

Commit f2909fb

Browse files
authoredMar 24, 2025
Merge pull request #6788 from k00lagin/fix-typo
Fix: small typo
2 parents 741ae9e + 1039f1d commit f2909fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/browser/base/zen-components/actors/ZenThemeMarketplaceChild.sys.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
5050

5151
initiateThemeMarketplace() {
5252
this.contentWindow.setTimeout(() => {
53-
this.addIntallButtons();
53+
this.addInstallButtons();
5454
this.injectMarkplaceAPI();
5555
}, 0);
5656
}
@@ -111,7 +111,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
111111
});
112112
}
113113

114-
async addIntallButtons() {
114+
async addInstallButtons() {
115115
const actionButton = this.actionButton;
116116
const actionButtonUnnstall = this.actionButtonUninstall;
117117
const errorMessage = this.contentWindow.document.getElementById('install-theme-error');

0 commit comments

Comments
 (0)
Failed to load comments.