From 5da9996c4365667a427c3a32e88ec78caafb34a6 Mon Sep 17 00:00:00 2001 From: Keith Gautreaux Date: Tue, 2 Oct 2018 12:21:35 -0700 Subject: [PATCH] Fix typo on line 75 an -> and (cherry picked from commit 4eaf54125da8c9d20c79b2c747846990f64ab2d4) --- packages/ember-glimmer/lib/helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ember-glimmer/lib/helper.ts b/packages/ember-glimmer/lib/helper.ts index 6228d4d96fe..c71b32ed546 100644 --- a/packages/ember-glimmer/lib/helper.ts +++ b/packages/ember-glimmer/lib/helper.ts @@ -72,7 +72,7 @@ export function isSimpleHelper(helper: SimpleHelper | HelperInstance): helper is Each time the input to a helper changes, the `compute` function will be called again. - As instances, these helpers also have access to the container an will accept + As instances, these helpers also have access to the container and will accept injected dependencies. Additionally, class helpers can call `recompute` to force a new computation.