From 7a9fb33dd9e10d1cff71da884882ff1fd3018d8f Mon Sep 17 00:00:00 2001 From: Jianyu Li Date: Tue, 19 May 2026 14:41:58 +0800 Subject: [PATCH] docs: fix typo of the count in FAQ deletion instructions (#8235) Correct the number of fields to be deleted from five to six in the instructions. --- docs/zh/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/faq.md b/docs/zh/faq.md index e7a230b07..73b2de16e 100644 --- a/docs/zh/faq.md +++ b/docs/zh/faq.md @@ -51,7 +51,7 @@ Set dashboard.host in data/cmd_config.json to enable remote access. }, ``` -删除 `username`, `password`, `pbkdf2_password`, `password_storage_upgraded`, `password_change_required`, `jwt_secret` 五个字段(连同值一起),然后保存。上述片段修改类似如下: +删除 `username`, `password`, `pbkdf2_password`, `password_storage_upgraded`, `password_change_required`, `jwt_secret` 六个字段(连同值一起),然后保存。上述片段修改类似如下: ```json