From 6a85969adb01d295741e38d1a1b272bf89e51843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 27 Jan 2020 16:15:06 +0100 Subject: [PATCH] [Docs] Fix typo in webhooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Chopin --- docs/3.0.0-beta.x/concepts/webhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }" } } }