From 714a88a4e859293e27663027bc982f2f4a8329c0 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Mon, 1 Jun 2020 09:36:06 +0100 Subject: [PATCH] Fix typo in migration guide to stable (#6451) Signed-off-by: Diogo Correia --- docs/v3.x/migration-guide/migration-guide-beta.20-to-3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.