Skip to content

Commit 77d16cf

Browse files
generator-langium: fixed some typos in comments of the parsing test template (#1806)
1 parent 23d4a14 commit 77d16cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/generator-langium/templates/test/test/parsing/parsing.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ describe('Parsing tests', () => {
2525
Hello Langium!
2626
`);
2727

28-
// check for absensce of parser errors the classic way:
29-
// deacivated, find a much more human readable way below!
28+
// check for absence of parser errors the classic way:
29+
// deactivated, find a much more human readable way below!
3030
// expect(document.parseResult.parserErrors).toHaveLength(0);
3131

3232
expect(

0 commit comments

Comments
 (0)