diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index a082e2968b..dd09d4e5e9 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx @@ -112,7 +112,7 @@ export class RemixdHandle extends WebsocketPlugin { } if (this.localhostProvider.isConnected()) { this.deactivate() - } else if (!(Registry.getInstance().get('platform').api.isDektop())) { + } else if (!(Registry.getInstance().get('platform').api.isDesktop())) { // warn the user only if he/she is in the browser context const mod: AppModal = { id: 'remixdConnect',