summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations/generic_alerts.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/integrations/generic_alerts.md')
-rw-r--r--doc/user/project/integrations/generic_alerts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/integrations/generic_alerts.md b/doc/user/project/integrations/generic_alerts.md
index b5f86c00eb3..62310dd9177 100644
--- a/doc/user/project/integrations/generic_alerts.md
+++ b/doc/user/project/integrations/generic_alerts.md
@@ -37,12 +37,12 @@ Example request:
```sh
curl --request POST \
--data '{"title": "Incident title"}' \
- --header "Authorization: Bearer <autorization_key>" \
+ --header "Authorization: Bearer <authorization_key>" \
--header "Content-Type: application/json" \
<url>
```
-The `<autorization_key>` and `<url>` values can be found when [setting up generic alerts](#setting-up-generic-alerts).
+The `<authorization_key>` and `<url>` values can be found when [setting up generic alerts](#setting-up-generic-alerts).
Example payload: