diff --git a/docs/lunasea/notifications/overseerr.md b/docs/lunasea/notifications/overseerr.md index 676f44a9..33fad43d 100644 --- a/docs/lunasea/notifications/overseerr.md +++ b/docs/lunasea/notifications/overseerr.md @@ -66,7 +66,7 @@ Once setup, close LunaSea and run the webhook test in Overseerr. You should rece An example Overseerr webhook can be seen below: * This is a user-based notification webhook, meaning it will be sent to all devices that are linked to the user ID `1234567890`. -* The webhook is associated with the profile named `My Profile` by generate the authorization header `Basic TXkgUHJvZmlsZTo=`. +* The webhook is associated with the profile named `My Profile` by generating the authorization header `Basic TXkgUHJvZmlsZTo=`. ![](../../.gitbook/assets/overseerr_notification_example.png) diff --git a/docs/lunasea/notifications/radarr.md b/docs/lunasea/notifications/radarr.md index 5faeed2e..a0b1d461 100644 --- a/docs/lunasea/notifications/radarr.md +++ b/docs/lunasea/notifications/radarr.md @@ -71,7 +71,7 @@ Once setup, close LunaSea and run the webhook test in Radarr. You should receive An example Radarr webhook can be seen below: -* No tags are set for this webhook, meaning all artists will trigger a notification. +* No tags are set for this webhook, meaning all movies will trigger a notification. * This is a user-based notification webhook, meaning it will be sent to all devices that are linked to the user ID `1234567890`. * The webhook is associated with the profile named `My Profile`. diff --git a/docs/lunasea/notifications/sonarr.md b/docs/lunasea/notifications/sonarr.md index 77963c05..47ef28c9 100644 --- a/docs/lunasea/notifications/sonarr.md +++ b/docs/lunasea/notifications/sonarr.md @@ -73,7 +73,7 @@ Once setup, close LunaSea and run the webhook test in Sonarr. You should receive An example Sonarr webhook can be seen below: -* No tags are set for this webhook, meaning all artists will trigger a notification. +* No tags are set for this webhook, meaning all series will trigger a notification. * This is a user-based notification webhook, meaning it will be sent to all devices that are linked to the user ID `1234567890`. * The webhook is associated with the profile named `My Profile`.