docs(compiler/element_injector): fix typo

Closes #4210
This commit is contained in:
Victor Mejia 2015-09-16 09:41:05 -07:00
parent adb3813e85
commit 9179afb2a1
1 changed files with 1 additions and 1 deletions

View File

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