[DOC] Fixed typos in advanced.rst

There are two typos of `Interace`. Although it sounds cool, `Interface` works better for copy and paste.
This commit is contained in:
Matthias Althaus
2015-11-27 10:11:52 +01:00
committed by Fabien Potencier
parent 23e47c5242
commit 57cd302f50
+1 -1
View File
@@ -554,7 +554,7 @@ An extension is a class that implements the following interface::
* *
* @param Twig_Environment $environment The current Twig_Environment instance * @param Twig_Environment $environment The current Twig_Environment instance
* *
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterace instead * @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterface instead
*/ */
function initRuntime(Twig_Environment $environment); function initRuntime(Twig_Environment $environment);