projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dab8d90
)
Fix typo: providing => provided
author
Andrew M.
<andrew.web@ifdattic.com>
Sun, 30 Mar 2014 15:43:22 +0000 (18:43 +0300)
committer
Andrew M.
<andrew.web@ifdattic.com>
Sun, 30 Mar 2014 15:43:22 +0000 (18:43 +0300)
doc/recipes.rst
patch
|
blob
|
history
diff --git
a/doc/recipes.rst
b/doc/recipes.rst
index
bfdfc0d
..
64090d9
100644
(file)
--- 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::