Update docs/features/software-catalog/configuration.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Iury Lenon <iuryalves.uk@gmail.com>
This commit is contained in:
Iury Lenon
2026-02-23 21:09:46 +00:00
committed by GitHub
parent a9587e4dd1
commit 1a8a464d1d
@@ -379,7 +379,7 @@ If you are using OpenAPI specifications that are split into multiple files using
yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-openapi
```
2. Register the module in your backend configuration:
2. Register the module in your backend:
```ts title="packages/backend/src/index.ts"
backend.add(import('@backstage/plugin-catalog-backend-module-openapi'));