We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1764f7b commit 8df967bCopy full SHA for 8df967b
packages/@ember/-internals/glimmer/lib/helper.ts
@@ -72,7 +72,7 @@ export function isSimpleHelper(helper: SimpleHelper | HelperInstance): helper is
72
Each time the input to a helper changes, the `compute` function will be
73
called again.
74
75
- 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
76
injected dependencies.
77
78
Additionally, class helpers can call `recompute` to force a new computation.
0 commit comments