From 3de83279aa046260c10665012625f24a808e5f33 Mon Sep 17 00:00:00 2001 From: pikammmmm <124257101+pikammmmm@users.noreply.github.com> Date: Sat, 2 May 2026 10:15:50 +0200 Subject: [PATCH] Fix `knowlege` -> `knowledge` typo in Examples README --- Examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/README.md b/Examples/README.md index 2163461d..7bdb8092 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -1,7 +1,7 @@ # Examples This directory contains many example mods to show the common uses of the modding api. These mods are intended to give beginners a look at how to start to develop mods using this api, -although proficient knowlege of C# is fairly required. +although proficient knowledge of C# is fairly required. ## Setup These projects can be built without any additional configuration.