We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 741ae9e + 1039f1d commit f2909fbCopy full SHA for f2909fb
src/browser/base/zen-components/actors/ZenThemeMarketplaceChild.sys.mjs
@@ -50,7 +50,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
50
51
initiateThemeMarketplace() {
52
this.contentWindow.setTimeout(() => {
53
- this.addIntallButtons();
+ this.addInstallButtons();
54
this.injectMarkplaceAPI();
55
}, 0);
56
}
@@ -111,7 +111,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
111
});
112
113
114
- async addIntallButtons() {
+ async addInstallButtons() {
115
const actionButton = this.actionButton;
116
const actionButtonUnnstall = this.actionButtonUninstall;
117
const errorMessage = this.contentWindow.document.getElementById('install-theme-error');
0 commit comments