Typo in doc

This commit is contained in:
Possum
2015-11-05 10:22:46 +01:00
parent 8bb9b83e32
commit 0f5f9aaf2a
+1 -1
View File
@@ -134,7 +134,7 @@ Node Visitors
-------------
* Because of the removal of ``Twig_NodeInterface`` in 2.0, you need to extend
``Twig_BaseNodeVistor`` instead of implementing ``Twig_NodeVisitorInterface``
``Twig_BaseNodeVisitor`` instead of implementing ``Twig_NodeVisitorInterface``
directly to make your node visitors compatible with both Twig 1.x and 2.x.
Globals