From 7a55e9c17b34aed848098892646965543b81e4cf Mon Sep 17 00:00:00 2001 From: Huang Junxiang Date: Tue, 25 Mar 2025 11:03:12 +0800 Subject: [PATCH] docs(onlyoffice): syntax error (#489) --- manual/extension/only_office.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/extension/only_office.md b/manual/extension/only_office.md index bd71e9c1..b301c978 100644 --- a/manual/extension/only_office.md +++ b/manual/extension/only_office.md @@ -48,7 +48,7 @@ ONLYOFFICE_JWT_SECRET = '' ``` !!! tip - By default OnlyOffice will use port **6233** used for communication between Seafile and Document Server, You can modify the bound port by specifying `ONLYOFFICE_PORT`, and port in the term `ONLYOFFICE_APIJS_URL` in `seahub_settings.py` has been modified together. + By default OnlyOffice will use port **6233** used for communication between Seafile and Document Server, You can modify the bound port by specifying `ONLYOFFICE_PORT`, and the port in the term `ONLYOFFICE_APIJS_URL` in `seahub_settings.py` should be modified together. ### Advanced: Custom settings of OnlyOffice