docs(compiler/element_injector): typo beneficial

Closes #4126
This commit is contained in:
Rob Richardson 2015-09-10 23:11:44 -07:00 committed by Misko Hevery
parent cc8a6ebf68
commit 31e385c70d
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ interface _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 ElementInjectorInlineStrategy implements _ElementInjectorStrategy {
constructor(public injectorStrategy: InjectorInlineStrategy, public _ei: ElementInjector) {}