From 933dc9a99b97782f0194eab81b1449117807d4cf Mon Sep 17 00:00:00 2001
From: vanion <ccc@vanion.de>
Date: Tue, 22 Dec 2020 06:51:24 +0000
Subject: [PATCH] Update maps.en.md - We don't want our world to get swallowed.

---
 docs/maps.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/maps.en.md b/docs/maps.en.md
index 0f4b61b..84f0bf0 100644
--- a/docs/maps.en.md
+++ b/docs/maps.en.md
@@ -144,7 +144,7 @@ To show animations in tiled, set the corresponding option:
 Tip: The engine does tile-updates every 100ms, animations with a shorter frame duration will most likely not look that good or may even do not work.
 
 Bigger animations need to animated in tiled tile by tile. This however is relativly straight forward.
-(Occationally some tiles dont run in sync with the rest, cthulu knows why...)
+(Occationally some tiles dont run in sync with the rest, Chtulhu knows why...)
 
 ### Sound
 Layers with the property "playAudio" (String) will play a sound associated with the tile. Only mp3 files included via a relativ path to your map are supported. External files can not be included. If you want to include streams, please write an email to [world@rc3.world](mailto:world@rc3.world). If you want to loop the audio please use the property "playAudioLoop" (string) instead.
-- 
GitLab