We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8df2d3 commit c1c2350Copy full SHA for c1c2350
libs/remix-ui/plugin-manager/src/types.d.ts
@@ -20,7 +20,7 @@ export class RemixEngine extends Engine {
20
export function isNative(name: any): any
21
/**
22
* Checks if plugin caller 'from' is allowed to activate plugin 'to'
23
- * 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.
24
* This is an array containing the 'name' property of the plugin it wants to call.
25
* canActivate = ['plugin1-to-call','plugin2-to-call',....]
26
* or the plugin is allowed by default because it is native
0 commit comments