Fixed typo in code example for techdocs

Signed-off-by: Floww <Floww@users.noreply.github.com>
This commit is contained in:
Floww
2024-04-18 21:27:58 +02:00
parent 01950c21a0
commit 4cca5c2858
+2 -2
View File
@@ -734,7 +734,7 @@ import {
techdocsBuildsExtensionPoint,
} from '@backstage/plugin-techdocs-node';
const techdocsCustomerBuildStrategy = createBackendModule({
const techdocsCustomBuildStrategy = createBackendModule({
pluginId: 'techdocs',
moduleId: 'customBuildStrategy',
register(env) {
@@ -760,7 +760,7 @@ const techdocsCustomerBuildStrategy = createBackendModule({
/* highlight-add-start */
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
backend.add(techdocsCustomerBuildStrategy());
backend.add(techdocsCustomBuildStrategy());
/* highlight-add-end */
backend.start();