소스 검색

Refs #29683 -- Updated multi-db docs for view permission.

Tim Graham 6 년 전
부모
커밋
50f09264ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/db/multi-db.txt

+ 1 - 1
docs/topics/db/multi-db.txt

@@ -729,7 +729,7 @@ In addition, some objects are automatically created just after
 - a default ``Site``,
 - a ``ContentType`` for each model (including those not stored in that
   database),
-- three ``Permission`` for each model (including those not stored in that
+- the ``Permission``\s for each model (including those not stored in that
   database).
 
 For common setups with multiple databases, it isn't useful to have these