diff --git a/forge.html b/forge.html
index c611087..1490935 100644
--- a/forge.html
+++ b/forge.html
@@ -50,7 +50,7 @@
-
List of useful Code Snippets for Forge Modding:
+
List of useful Code Snippets for Forge Modding:
- Get a World Obj from the dimension id: World world = DimensionManager.getWorld(worldId);
- More to come soon!