Skip to content

Commit

Permalink
fix typo in index.md (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeispower authored Apr 20, 2024
1 parent f3161c2 commit 04f0c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Why Geode?

The main goal of Geode is to **end mod incompatability**. 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 compatability 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.

Expand Down

0 comments on commit 04f0c97

Please sign in to comment.