Skip to content

Commit

Permalink
docs(elements): fix typo (tranformation --> transformation)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak committed Aug 22, 2018
1 parent f33dbf4 commit 12548a1
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 12548a1

Please sign in to comment.