From 17321bf3b2eaf216a93725bbd1c71242c4b21d63 Mon Sep 17 00:00:00 2001 From: Grey Date: Fri, 11 Aug 2023 08:51:49 -0400 Subject: [PATCH] Fix generated grammar file path (#175) --- hugo/content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/docs/getting-started.md b/hugo/content/docs/getting-started.md index 9b06e233..16ee9ede 100644 --- a/hugo/content/docs/getting-started.md +++ b/hugo/content/docs/getting-started.md @@ -45,7 +45,7 @@ person Bob Hello Bob! ``` -The file `src/language-server/hello-world.langium` in your newly created project contains your grammar. +The file `src/language/hello-world.langium` in your newly created project contains your grammar. ## Explaining the terms