Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-06-20 15:31:34 +02:00
committed by GitHub
parent 73b4e727e9
commit cd22b40666
@@ -9,11 +9,10 @@ The Root Health service provides some health check endpoints for the backend. By
## Configuring the service
The following example is how you can override the health service implementation.
The following example shows how you can override the root health service implementation.
```ts
import { RootHealthService, coreServices } from '@backstage/backend-plugin-api';
import { WinstonLogger } from '@backstage/backend-app-api';
const backend = createBackend();