chore: rewrd

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-01-20 13:28:02 +01:00
parent 4fbd05dd83
commit 4db2af02c6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
@@ -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.