diff --git a/docs/dev/web/i18n.rst b/docs/dev/web/i18n.rst
index e93446b37ea3e1380757c37d108970c76fc2f2c2..4ef03a3422db5c535c17b3a7335cb5c7f7ffc9d3 100644
--- a/docs/dev/web/i18n.rst
+++ b/docs/dev/web/i18n.rst
@@ -17,7 +17,7 @@ i18n support in Gluon
 ---------------------
 
 Internationalization support is available in all components (models, view and
-contrllers) of *gluon-web*-based packages. Strings are translated using the *translate*,
+controllers) of *gluon-web*-based packages. Strings are translated using the *translate*,
 *_translate* and *translatef* functions (*translate* for static strings, *translatef*
 for printf-like formatted string; *_translate* works the same as *translate*, but
 will return *nil* instead of the original string when no translation is available)