fix(docs): add missing Comma

Signed-off-by: Miaoxiang <zs1030823169@gmail.com>
This commit is contained in:
Miaoxiang
2025-06-09 17:47:06 +08:00
committed by GitHub
parent 0f4d9f8395
commit cb5b807e38
@@ -15,7 +15,7 @@ The following example shows how you can override the root health service impleme
import {
RootHealthService,
coreServices,
createServiceFactory
createServiceFactory,
} from '@backstage/backend-plugin-api';
const backend = createBackend();