Skip to content

Commit

Permalink
Merge pull request #17031 from kgautreaux/patch-1
Browse files Browse the repository at this point in the history
[DOC release] Fix typo on line 75
  • Loading branch information
locks authored Oct 2, 2018
2 parents 5060181 + 4eaf541 commit a8a84e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-glimmer/lib/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a8a84e9

Please sign in to comment.