Browse Source

docs: dev/web/view: fix a typo

Matthias Schiffer 7 years ago
parent
commit
568ba483bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/dev/web/view.rst

+ 1 - 1
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`