mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-07-25 11:40:52 +02:00
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:
@@ -64,7 +64,7 @@ chmod +x ~/.claude/hooks/*.sh
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user