From 3986d012b9adeb79bf8d94a6cfb26e37be68fa5b Mon Sep 17 00:00:00 2001 From: frost-nzcr4 Date: Wed, 5 Jan 2011 22:19:00 +0300 Subject: [PATCH] typos --- guides/templating/recipes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/templating/recipes.rst b/guides/templating/recipes.rst index f47a705bf42..c86802753f3 100644 --- a/guides/templating/recipes.rst +++ b/guides/templating/recipes.rst @@ -71,7 +71,7 @@ Enabling Custom PHP Template Helpers To enable a custom template helper, add it as a regular service in one of your configuration, tag it with ``templating.helper`` and define an ``alias`` -attribute (the helper will be accessible via this name is the templates): +attribute (the helper will be accessible via this alias in the templates): .. configuration-block::