From 0c955176587ce3577942e018f27067f00089eed7 Mon Sep 17 00:00:00 2001 From: Markus Rudolph Date: Tue, 6 Aug 2024 17:19:34 +0200 Subject: [PATCH] Update hugo/content/docs/recipes/scoping/file-based.md Co-authored-by: Mark Sujew --- hugo/content/docs/recipes/scoping/file-based.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/docs/recipes/scoping/file-based.md b/hugo/content/docs/recipes/scoping/file-based.md index 0243a950..6929d2ed 100644 --- a/hugo/content/docs/recipes/scoping/file-based.md +++ b/hugo/content/docs/recipes/scoping/file-based.md @@ -14,7 +14,7 @@ To make things easier I will modify the "Hello World" example from the [learning ## Step 1: Change the grammar -First thing, we are changing the grammar to support the `export` and the `import` keywords. Here is the modified grammar: +First off, we are changing the grammar to support the `export` and the `import` statements. Let's take a look at the modified grammar: ```langium grammar HelloWorld