Explorar el Código

docs: dev/web/view: fix a typo

Matthias Schiffer hace 7 años
padre
commit
568ba483bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`