From 658f49f650dd90c784312845e63061d3268f5c84 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 21 Aug 2018 21:30:10 +0300 Subject: [PATCH] docs(elements): fix typo (tranformation --> transformation) (#25600) PR Close #25600 --- packages/elements/src/create-custom-element.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}