diff --git a/docs/v3.x/migration-guide/migration-guide-beta.20-to-3.0.0.md b/docs/v3.x/migration-guide/migration-guide-beta.20-to-3.0.0.md index 0aa5952b3fc..1e61f84f5f1 100644 --- a/docs/v3.x/migration-guide/migration-guide-beta.20-to-3.0.0.md +++ b/docs/v3.x/migration-guide/migration-guide-beta.20-to-3.0.0.md @@ -98,7 +98,7 @@ If you never configured any middlewares you can delete the file all together. Yo We applied the same logic from the `middleware` configuration to the `hook` configuration. -First you can create a file `./config/hook.js`, and you can move the content of `./config/.hook.json` into it. +First you can create a file `./config/hook.js`, and you can move the content of `./config/hook.json` into it. ::: tip If you never configured any hook you can delete the file all together. You can also only set the configurations you want to customize and leave the others out.