fix minor typo in api-hooks.md (#7821)

This commit is contained in:
Azri Kahar
2021-09-04 06:26:55 +08:00
committed by GitHub
parent ef53869afb
commit 92ff994b38

View File

@@ -141,7 +141,7 @@ module.exports = function registerHook() {
## 4. Develop your Custom Hook
> Hooks can impact performance when not carefully implemented. This is especially true for `before` hooks (as these are
> blocking) and hooks on `read` actions, as a single request can result in a large ammount of database reads.
> blocking) and hooks on `read` actions, as a single request can result in a large amount of database reads.
### Register Function