We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb3813 commit 9179afbCopy full SHA for 9179afb
1 file changed
modules/angular2/src/core/compiler/element_injector.ts
@@ -846,7 +846,7 @@ class ElementInjectorInlineStrategy implements _ElementInjectorStrategy {
846
847
/**
848
* 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.
+ * In such a case, inlining fields is beneficial for performances.
850
*/
851
class ElementInjectorDynamicStrategy implements _ElementInjectorStrategy {
852
constructor(public injectorStrategy: InjectorDynamicStrategy, public _ei: ElementInjector) {}
0 commit comments