Skip to content

Commit c1c2350

Browse files
PricstasAniket-Engg
authored andcommitted
typo types.d.ts
1 parent a8df2d3 commit c1c2350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/plugin-manager/src/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class RemixEngine extends Engine {
2020
export function isNative(name: any): any
2121
/**
2222
* 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.
23+
* The caller can have 'canActivate' as an optional property in the plugin profile.
2424
* This is an array containing the 'name' property of the plugin it wants to call.
2525
* canActivate = ['plugin1-to-call','plugin2-to-call',....]
2626
* or the plugin is allowed by default because it is native

0 commit comments

Comments
 (0)