Skip to content

Commit 16ffde0

Browse files
authored
Update diagnosing-common-error-messages.md
Replaced `ember-page-title/glint` with `ember-svg-jar/glint` as the example as `ember-page-title/glint` does not exist.
1 parent 1b038a1 commit 16ffde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/diagnosing-common-error-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The `Globals` type represents any values that are globally in scope in a templat
115115

116116
If you see this error in a loose mode template, ensure that:
117117
- A registry entry exists for the name in question
118-
- You have imported the file where the entry is defined, if it comes from a library (i.e. `import 'ember-page-title/glint';`)
118+
- You have imported the file where the entry is defined, if it comes from a library (i.e. `import 'ember-svg-jar/glint';`)
119119
- You only have one copy of the environment package in your dependency tree
120120

121121
If you have multiple copies of the environment package in your dependencies, this can result in multiple disjoint registries, as TypeScript will maintain a separate version of the `Registry` type for each copy, meaning the registry your dependencies are adding entries to might be different than the one your application is actually using.

0 commit comments

Comments
 (0)