Skip to content

Commit

Permalink
Fix typo on line 75
Browse files Browse the repository at this point in the history
an -> and

(cherry picked from commit 4eaf541)
  • Loading branch information
kgautreaux authored and locks committed Oct 5, 2018
1 parent b41d933 commit 5da9996
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 5da9996

Please sign in to comment.