From 5abb9681cd6ef653b8cfb12161a0505c1e7d1765 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Tue, 17 Dec 2024 19:43:01 +0000 Subject: [PATCH] typos remixAppManager.js --- apps/remix-ide/src/remixAppManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/remixAppManager.js b/apps/remix-ide/src/remixAppManager.js index c514350909..ec25790386 100644 --- a/apps/remix-ide/src/remixAppManager.js +++ b/apps/remix-ide/src/remixAppManager.js @@ -156,7 +156,7 @@ export function isNative(name) { /** * Checks if plugin caller 'from' is allowed to activate plugin 'to' - * The caller can have 'canActivate' as a optional property in the plugin profile. + * The caller can have 'canActivate' as an optional property in the plugin profile. * This is an array containing the 'name' property of the plugin it wants to call. * canActivate = ['plugin1-to-call','plugin2-to-call',....] * or the plugin is allowed by default because it is native