Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov authored Oct 28, 2021
1 parent 44ae45e commit 90db2ab
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 90db2ab

Please sign in to comment.