瀏覽代碼

docs: dev/web/view: fix a typo

Matthias Schiffer 7 年之前
父節點
當前提交
568ba483bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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`