diff --git a/packages/elements/src/create-custom-element.ts b/packages/elements/src/create-custom-element.ts index 85078e9205..a5f1f1575a 100644 --- a/packages/elements/src/create-custom-element.ts +++ b/packages/elements/src/create-custom-element.ts @@ -97,7 +97,7 @@ export interface NgElementConfig { injector: Injector; /** * An optional custom strategy factory to use instead of the default. - * The strategy controls how the tranformation is performed. + * The strategy controls how the transformation is performed. */ strategyFactory?: NgElementStrategyFactory; } @@ -194,4 +194,4 @@ export function createCustomElement
( }); return (NgElementImpl as any) as NgElementConstructor
; -} \ No newline at end of file +}