From 02c0302e669bfc72880a8d6a5f6962cd9853f280 Mon Sep 17 00:00:00 2001 From: chanchal-khatri01_infosys Date: Thu, 12 Feb 2026 06:32:35 +0000 Subject: [PATCH] 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 --- docs/backend-system/core-services/http-router.md | 2 +- docs/features/kubernetes/installation.md | 2 +- docs/releases/v1.30.0-changelog.md | 2 +- docs/releases/v1.30.0-next.4-changelog.md | 2 +- docs/releases/v1.4.0-changelog.md | 2 +- docs/releases/v1.4.0-next.0-changelog.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/backend-system/core-services/http-router.md b/docs/backend-system/core-services/http-router.md index 6de394f549..c6796af8aa 100644 --- a/docs/backend-system/core-services/http-router.md +++ b/docs/backend-system/core-services/http-router.md @@ -89,7 +89,7 @@ backend: window: 6s # Time window for rate limiting for single client incomingRequestLimit: 100 # Number of requests to accept from one client during time window ipAllowList: ['127.0.0.1'] # IPs to bypass rate limiting - skipSuccesfulRequests: false # Rate limit successful requests + skipSuccessfulRequests: false # Rate limit successful requests skipFailedRequests: false # Rate limit failed requests plugin: # Plugin specific rate limiting diff --git a/docs/features/kubernetes/installation.md b/docs/features/kubernetes/installation.md index 0268a9b046..40b2dc0bcc 100644 --- a/docs/features/kubernetes/installation.md +++ b/docs/features/kubernetes/installation.md @@ -130,7 +130,7 @@ export const kubernetesModuleCustomClusterDiscovery = createBackendModule({ ); // there's also the ability to get access to some of the default implementations of the extension points where - // neccessary: + // necessary: serviceLocator.addServiceLocator( async ({ getDefault, clusterSupplier }) => { // get access to the default service locator: diff --git a/docs/releases/v1.30.0-changelog.md b/docs/releases/v1.30.0-changelog.md index 0af531f483..21c63a23d8 100644 --- a/docs/releases/v1.30.0-changelog.md +++ b/docs/releases/v1.30.0-changelog.md @@ -338,7 +338,7 @@ Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.30.0](https:// - b2d97fd: Fixing loading of additional config files with new `ConfigSources` - fbc7819: Use ES2022 in CLI bundler - 93095ee: Make sure node-fetch is version 2.7.0 or greater -- 6d898d8: Switched the `process` polyfill to use `require.resolve` for greater compatability. +- 6d898d8: Switched the `process` polyfill to use `require.resolve` for greater compatibility. - e53074f: Updated default backend plugin to use `RootConfigService` instead of `Config`. This also removes the dependency on `@backstage/config` as it's no longer used. - ee2b0e5: The experimental module federation build now has the ability to force the use of development versions of `react` and `react-dom` by setting the `FORCE_REACT_DEVELOPMENT` flag. - 239dffc: Remove usage of deprecated functionality from @backstage/config-loader diff --git a/docs/releases/v1.30.0-next.4-changelog.md b/docs/releases/v1.30.0-next.4-changelog.md index 433b5f894c..e3f2840121 100644 --- a/docs/releases/v1.30.0-next.4-changelog.md +++ b/docs/releases/v1.30.0-next.4-changelog.md @@ -212,7 +212,7 @@ Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.30.0-next.4](h ### Patch Changes -- 6d898d8: Switched the `process` polyfill to use `require.resolve` for greater compatability. +- 6d898d8: Switched the `process` polyfill to use `require.resolve` for greater compatibility. - 2ced236: Updated dependency `@module-federation/enhanced` to `0.3.1` - Updated dependencies - @backstage/catalog-model@1.6.0-next.0 diff --git a/docs/releases/v1.4.0-changelog.md b/docs/releases/v1.4.0-changelog.md index 484939f796..cd20ee2d7f 100644 --- a/docs/releases/v1.4.0-changelog.md +++ b/docs/releases/v1.4.0-changelog.md @@ -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 diff --git a/docs/releases/v1.4.0-next.0-changelog.md b/docs/releases/v1.4.0-next.0-changelog.md index c6b9fd7cf9..7e039c8c1a 100644 --- a/docs/releases/v1.4.0-next.0-changelog.md +++ b/docs/releases/v1.4.0-next.0-changelog.md @@ -45,7 +45,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