diff --git a/index.rst b/index.rst
index 0476364..6c56a68 100644
--- a/index.rst
+++ b/index.rst
@@ -23,7 +23,7 @@ For example, if a player dies the `et_Obituary( victim, killer, meansOfDeath ) <
Implementation
==============
-Legacy's Lua API follows mostly the `ETPub `_ implementation with partial code of the `NoQuarter `_ implemention. The ETPub implementation being built to be compatible with `ETPro's Lua `_, all scripts written in ETPro's documentation should be valid and more or less compatible with Legacy mod's Lua API.
+Legacy's Lua API follows mostly the `ETPub `_ implementation with partial code of the NoQuarter implemention. The ETPub implementation being built to be compatible with `ETPro's Lua `_, all scripts written in ETPro's documentation should be valid and more or less compatible with Legacy mod's Lua API.
.. important:: As Legacy uses the newer Lua 5.3, you might want to check the **Incompatibilities with the Previous Version** sections of the `Lua 5.1 `_, `Lua 5.2 `_, and `Lua 5.3 `_ manuals while porting scripts written for other mods.