docs: Fix spelling typos in documentation

- Fix 'neccessary' to 'necessary' in kubernetes installation docs
- Fix 'skipSuccesfulRequests' to 'skipSuccessfulRequests' in http-router docs
- Fix 'compatability' to 'compatibility' in v1.30.0 changelog
- Fix 'prefered' to 'preferred' in v1.4.0 changelog

Signed-off-by: chanchal-khatri01_infosys <chanchal.khatri01@infosys.com>
This commit is contained in:
chanchal-khatri01_infosys
2026-02-12 06:32:35 +00:00
parent 36573c6dd0
commit 02c0302e66
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -793,7 +793,7 @@
### Minor Changes
- 8798f8d93f: Introduces a new annotation `pagerduty.com/service-id` that can be used instead of the `pagerduty.com/integration-key` annotation.
_Note: If both annotations are specified on a given Entity, then the `pagerduty.com/integration-key` annotation will be prefered_
_Note: If both annotations are specified on a given Entity, then the `pagerduty.com/integration-key` annotation will be preferred_
**BREAKING** The `PagerDutyClient.fromConfig` static method now expects a `FetchApi` compatible object and has been refactored to
accept 2 arguments: config and ClientApiDependencies