From 17647cd111fe167f54a645dff94c3eb0076ae928 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sun, 13 Oct 2024 09:54:09 +0200 Subject: [PATCH] fixed typo --- wiki/03.-Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/03.-Getting-Started.md b/wiki/03.-Getting-Started.md index ab471265..e5a6d649 100644 --- a/wiki/03.-Getting-Started.md +++ b/wiki/03.-Getting-Started.md @@ -56,7 +56,7 @@ public class Application } } ``` -When using this code, you will recognize that `MyApplication` and `MyApplicationImpl` is marked as error, case the classes do not exist. This is correct. We will discuss the `MyApplication`-class next and the `MyApplicationImpl`-class will be created, once you build your project. +When using this code, you will recognize that `MyApplication` and `MyApplicationImpl` is marked as error, because the classes do not exist. This is correct. We will discuss the `MyApplication`-class next and the `MyApplicationImpl`-class will be created, once you build your project. #### Note There is a pitfall: the `run`-method requires a Nalu plugin.