From 4db2af02c63a686c188583bd88c2a40217c8af44 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 20 Jan 2023 13:28:02 +0100 Subject: [PATCH] chore: rewrd Signed-off-by: blam Signed-off-by: blam --- .changeset/swift-fishes-smash.md | 2 +- docs/backend-system/core-services/01-index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/swift-fishes-smash.md b/.changeset/swift-fishes-smash.md index a4d32c59ea..cf3f00129c 100644 --- a/.changeset/swift-fishes-smash.md +++ b/.changeset/swift-fishes-smash.md @@ -2,4 +2,4 @@ '@backstage/backend-app-api': patch --- -`getPath` should be optional as we provide a default value for it +`HttpRouterFactoryOptions.getPath` is now optional as a default value is always provided in the factory. diff --git a/docs/backend-system/core-services/01-index.md b/docs/backend-system/core-services/01-index.md index 8477137d11..1e37b08c63 100644 --- a/docs/backend-system/core-services/01-index.md +++ b/docs/backend-system/core-services/01-index.md @@ -99,7 +99,7 @@ createBackendPlugin({ }); ``` -### Configuration of the service +### Configuring the service There's additional configuration that you can optionally pass to setup the `config` core service. @@ -314,7 +314,7 @@ createBackendPlugin({ }); ``` -### Configuration of the service +### Configuring the service There's additional configuration that you can optionally pass to setup the `identity` core service.