소스 검색

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`