From 5d48a0d3396fd5a387c1957de8c9cff70b0e300e Mon Sep 17 00:00:00 2001 From: raymundo <154290273+Beelijah@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:56:47 -0500 Subject: [PATCH] fixing fixing extended description --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 858bd0e8..f156f5e8 100644 --- a/index.md +++ b/index.md @@ -8,7 +8,7 @@ ## Why Geode? -The main goal of Geode is to **end mod incompatibility**. Traditional modding leads very easily to compatability problems, many of which Geode attempts to address with better solutions. +The main goal of Geode is to **end mod incompatibility**. Traditional modding leads very easily to compatibility problems, many of which Geode attempts to address with better solutions. On top of this, and perhaps more interestingly, **Geode provides much better ergonomics for modding**. Instead of having to deal with calling conventions, trampolines, manually setting hooks (likely in another source file), you can have all the code relevant to hooks in a [nice, clean, readable syntax](/tutorials/modify.md) contained within a single source file.