소스 검색

doc: Add a missing parenthesis

Wei-Luan Wang 3 달 전
부모
커밋
7bd49475fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DOCUMENTATION.md

+ 1 - 1
DOCUMENTATION.md

@@ -272,7 +272,7 @@ requirements.
 Recommendation: check support by [Linux Distribution Packages](#linux-distribution-packages)
 instead of manual setup / initial configuration.
 
-Create the **radicale** user and group for the Radicale service by running (as `root`:
+Create the **radicale** user and group for the Radicale service by running (as `root`):
 ```bash
 useradd --system --user-group --home-dir / --shell /sbin/nologin radicale
 ```