Fix typo in renderers doc, the directory name was wrong

This commit is contained in:
Thomas Jackson 2014-12-10 18:37:49 -08:00
parent 1158684e21
commit 3859204103

View file

@ -109,7 +109,7 @@ as output.
Writing Renderers
-----------------
A custom renderer must be a Python module placed in the rendered directory and the
A custom renderer must be a Python module placed in the renderers directory and the
module implement the ``render`` function.
The ``render`` function will be passed the path of the SLS file as an argument.