Skip to content

Commit 4ee1869

Browse files
Apply suggestion from @NullVoxPopuli
1 parent 7d0e5f0 commit 4ee1869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/template-no-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- end auto-generated rule header -->
44

5-
Disallows using Glimmer components, helpers, or modifiers that are marked `@deprecated` in their JSDoc.
5+
Disallows using components, helpers, or modifiers that are marked `@deprecated` in their JSDoc.
66

77
This rule requires TypeScript (`parserServices.program` must be present). It is a no-op in plain `.gjs` files because cross-file import deprecations require type information.
88

0 commit comments

Comments
 (0)