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.
This commit is contained in:
Luong NGUYEN
2026-07-22 22:14:32 +07:00
parent 83542f2781
commit f27b57dfc2
+1 -1
View File
@@ -64,7 +64,7 @@ chmod +x ~/.claude/hooks/*.sh
]
}
]
},
}
}
```