Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Oct 13, 2024
1 parent 8920ad6 commit 17647cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/03.-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 17647cd

Please sign in to comment.