diff --git a/plugins/pagerduty/README.md b/plugins/pagerduty/README.md index 0a204245ee..bf748439c9 100644 --- a/plugins/pagerduty/README.md +++ b/plugins/pagerduty/README.md @@ -181,7 +181,7 @@ _Note: When annotating with `pagerduty.com/service-id`, the feature to Create In If you want to override the default URL used for events, you can add it to `app-config.yaml`: ```yaml -pagerduty: +pagerDuty: eventsBaseUrl: 'https://events.pagerduty.com/v2' ``` diff --git a/plugins/pagerduty/config.d.ts b/plugins/pagerduty/config.d.ts index 317b18ed61..3652909357 100644 --- a/plugins/pagerduty/config.d.ts +++ b/plugins/pagerduty/config.d.ts @@ -18,7 +18,7 @@ export interface Config { * Configuration for the PagerDuty plugin * @visibility frontend */ - pagerduty?: { + pagerDuty?: { /** * Optional Events Base URL to override the default. * @visibility frontend