typo
authorBenoît Merlet <benoit@chezmerlet.net>
Fri, 4 Nov 2011 23:48:00 +0000 (00:48 +0100)
committerBenoît Merlet <benoit@chezmerlet.net>
Fri, 4 Nov 2011 23:48:00 +0000 (00:48 +0100)
doc/extensions.rst

index 2ff1334..f4dd481 100644 (file)
@@ -130,7 +130,7 @@ Of course, you need to first load the extension file by either using
 Globals
 -------
 
-Global variables can be registered in an extensions via the ``getGlobals()``
+Global variables can be registered in an extension via the ``getGlobals()``
 method::
 
     class Project_Twig_Extension extends Twig_Extension
@@ -148,7 +148,7 @@ method::
 Functions
 ---------
 
-Functions can be registered in an extensions via the ``getFunctions()``
+Functions can be registered in an extension via the ``getFunctions()``
 method::
 
     class Project_Twig_Extension extends Twig_Extension