diff --git a/docs/3.0.0-beta.x/concepts/webhooks.md b/docs/3.0.0-beta.x/concepts/webhooks.md index bbf7deb5f9..43d4d1ef00 100644 --- a/docs/3.0.0-beta.x/concepts/webhooks.md +++ b/docs/3.0.0-beta.x/concepts/webhooks.md @@ -245,7 +245,7 @@ You can configure these global headers by updating the file at `./config/environ { "webhooks": { "defaultHeaders": { - "Authroization": "Bearer my-very-secured-token" + "Authorization": "Bearer my-very-secured-token" } } } @@ -259,7 +259,7 @@ You can configure these global headers by updating the file at `./config/environ { "webhooks": { "defaultHeaders": { - "Authroization": "Bearer ${ process.env.WEBHOOK_TOKEN }" + "Authorization": "Bearer ${ process.env.WEBHOOK_TOKEN }" } } }