Skip to content

Commit

Permalink
Fix capitalized helpers in template registry (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries authored Jul 2, 2024
1 parent 385f09a commit 9233c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-can/src/template-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import CannotHelper from './helpers/cannot.ts';

export default interface Registry {
Can: typeof CanHelper;
Cannot: typeof CannotHelper;
can: typeof CanHelper;
cannot: typeof CannotHelper;
}

0 comments on commit 9233c79

Please sign in to comment.