Skip to content

Commit

Permalink
Fix typo on line 75
Browse files Browse the repository at this point in the history
an -> and
  • Loading branch information
kgautreaux authored Oct 2, 2018
1 parent 5060181 commit 4eaf541
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 4eaf541

Please sign in to comment.