From 2511617f7b039cc2569f792babe3fb336b0da0bb Mon Sep 17 00:00:00 2001 From: Andrew M. Date: Sun, 30 Mar 2014 18:43:22 +0300 Subject: [PATCH] Fix typo: providing => provided --- doc/recipes.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/recipes.rst b/doc/recipes.rst index bfdfc0d..64090d9 100644 --- a/doc/recipes.rst +++ b/doc/recipes.rst @@ -242,7 +242,7 @@ does not return ``false``. Validating the Template Syntax ------------------------------ -When template code is providing by a third-party (through a web interface for +When template code is provided by a third-party (through a web interface for instance), it might be interesting to validate the template syntax before saving it. If the template code is stored in a `$template` variable, here is how you can do it:: -- 1.7.2.5