Skip to content

Commit

Permalink
Merge pull request #1011 from embroider-build/thoov-patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
ef4 committed Nov 5, 2021
2 parents e3acdb3 + 90db2ab commit ff97e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/src/dependency-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface ActivePackageRules extends PackageRules {

export interface TemplateRules {
// Tells embroider which list of components may be needed for a given path.
// For example, if your temlate says `{{component this.panel}}` and you know
// For example, if your template says `{{component this.panel}}` and you know
// that `this.panel` can be either "light-panel" or "dark-panel", you would
// say: `invokes: { "this.panel": ["<LightPanel/>", "<DarkPanel/>"] }`
invokes?: {
Expand Down

0 comments on commit ff97e7e

Please sign in to comment.