--- a/LuaGuide.wiki Sun Jan 12 23:29:12 2020 +0100
+++ b/LuaGuide.wiki Sun Jan 12 23:31:19 2020 +0100
@@ -132,7 +132,7 @@
== Getting started … for real ==
-This was just a simplistic introduction which didn't cover everything. If you want to l
+This was just a simplistic introduction which didn't cover everything.
A good way to learn Lua scripting in Hedgewars is to read existing scripts. We recommend to take a look into `Data/Missions/Training/Basic_Training_-_Sniper_Rifle.lua` which is the Lua script for the Sniper Rifle target practice training mission. It should give you a rough “feeling” of how a script is supposed to look and is heavily commented.