Skip to content

Commit c05c23e

Browse files
authored
fix: Type in error message
Fixes a typo in an error message
1 parent f040d90 commit c05c23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules-preprocessor/gjs-gts-parser-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const invalid = [
170170
message:
171171
'Parsing error: Unexpected token. A constructor, method, accessor, or property was expected.\n' +
172172
'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs\n' +
173-
'Note that this error can also happen if you have multiple versions of ember-eslint-plugin in your node_modules',
173+
'Note that this error can also happen if you have multiple versions of eslint-plugin-ember in your node_modules',
174174
line: 3,
175175
column: 6,
176176
},

0 commit comments

Comments
 (0)