From f27b57dfc2e865014461382fc3dfcff5331b4c45 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Wed, 22 Jul 2026 22:14:32 +0700 Subject: [PATCH] fix(zh/hooks): remove trailing comma in JSON config example The JSON example in the installation section had a trailing comma after the hooks object, making it invalid JSON. This prevents users from copy-pasting the configuration successfully. --- zh/06-hooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh/06-hooks/README.md b/zh/06-hooks/README.md index 95359db..d306d47 100644 --- a/zh/06-hooks/README.md +++ b/zh/06-hooks/README.md @@ -64,7 +64,7 @@ chmod +x ~/.claude/hooks/*.sh ] } ] - }, + } } ```