Skip to content

Commit

Permalink
docs(elements): fix typo (tranformation --> transformation) (#25600)
Browse files Browse the repository at this point in the history
PR Close #25600
  • Loading branch information
gkalpak authored and matsko committed Aug 23, 2018
1 parent a37bcc3 commit 658f49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/elements/src/create-custom-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -194,4 +194,4 @@ export function createCustomElement<P>(
});

return (NgElementImpl as any) as NgElementConstructor<P>;
}
}

0 comments on commit 658f49f

Please sign in to comment.