Skip to content

Commit 9179afb

Browse files
committed
docs(compiler/element_injector): fix typo
Closes angular#4210
1 parent adb3813 commit 9179afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/angular2/src/core/compiler/element_injector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ class ElementInjectorInlineStrategy implements _ElementInjectorStrategy {
846846

847847
/**
848848
* Strategy used by the `ElementInjector` when the number of bindings is 10 or less.
849-
* In such a case, inlining fields is benefitial for performances.
849+
* In such a case, inlining fields is beneficial for performances.
850850
*/
851851
class ElementInjectorDynamicStrategy implements _ElementInjectorStrategy {
852852
constructor(public injectorStrategy: InjectorDynamicStrategy, public _ei: ElementInjector) {}

0 commit comments

Comments
 (0)