From 568ba483bb936dbc77311d376f0ee081ffcd50c1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 24 Feb 2017 15:20:15 +0100 Subject: [PATCH] docs: dev/web/view: fix a typo --- docs/dev/web/view.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/web/view.rst b/docs/dev/web/view.rst index 71c7416c..30dc68a8 100644 --- a/docs/dev/web/view.rst +++ b/docs/dev/web/view.rst @@ -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`