From a63391afdb0f14cf5e4f8e080232ca9d458af2eb Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 10 Feb 2025 11:53:19 +0100 Subject: [PATCH] generator-langium: fixed some typos in comments of the parsing test template --- .../templates/test/test/parsing/parsing.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/generator-langium/templates/test/test/parsing/parsing.test.ts b/packages/generator-langium/templates/test/test/parsing/parsing.test.ts index 27810096a..3ab7faeb9 100644 --- a/packages/generator-langium/templates/test/test/parsing/parsing.test.ts +++ b/packages/generator-langium/templates/test/test/parsing/parsing.test.ts @@ -25,8 +25,8 @@ describe('Parsing tests', () => { Hello Langium! `); - // check for absensce of parser errors the classic way: - // deacivated, find a much more human readable way below! + // check for absence of parser errors the classic way: + // deactivated, find a much more human readable way below! // expect(document.parseResult.parserErrors).toHaveLength(0); expect(