typos remixAppManager.js

pull/5528/head
Ocenka 2 months ago committed by Aniket
parent 420684c86b
commit 5abb9681cd
  1. 2
      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' * 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. * This is an array containing the 'name' property of the plugin it wants to call.
* canActivate = ['plugin1-to-call','plugin2-to-call',....] * canActivate = ['plugin1-to-call','plugin2-to-call',....]
* or the plugin is allowed by default because it is native * or the plugin is allowed by default because it is native

Loading…
Cancel
Save