docs: dev/web/view: fix a typo

This commit is contained in:
Matthias Schiffer 2017-02-24 15:20:15 +01:00
parent 6d77065263
commit 568ba483bb
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Variables and functions
-----------------------
Many call sites define additional variables (for example, model templates can
access the model as *self* and an unique element ID as *id*), but the following
access the model as *self* and a unique element ID as *id*), but the following
variables and functions should always be available for the embedded Lua code:
- *renderer*: :ref:`web-controller-template-renderer`