Skip to content

Commit 8df967b

Browse files
kgautreauxlocks
authored andcommitted
Fix typo on line 75
an -> and (cherry picked from commit 4eaf541)
1 parent 1764f7b commit 8df967b

File tree

1 file changed

+1
-1
lines changed
  • packages/@ember/-internals/glimmer/lib

1 file changed

+1
-1
lines changed

packages/@ember/-internals/glimmer/lib/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function isSimpleHelper(helper: SimpleHelper | HelperInstance): helper is
7272
Each time the input to a helper changes, the `compute` function will be
7373
called again.
7474
75-
As instances, these helpers also have access to the container an will accept
75+
As instances, these helpers also have access to the container and will accept
7676
injected dependencies.
7777
7878
Additionally, class helpers can call `recompute` to force a new computation.

0 commit comments

Comments
 (0)