Merge pull request #32808 from chanchalkhatri19/fix/docs-spelling-typos

docs: Fix spelling typos in documentation
This commit is contained in:
Patrik Oldsberg
2026-02-12 19:30:44 +01:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
@@ -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
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+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
+1 -1
View File
@@ -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