From 1a8a464d1d42752454066a87b54bfc063eb70be7 Mon Sep 17 00:00:00 2001 From: Iury Lenon Date: Mon, 23 Feb 2026 21:09:46 +0000 Subject: [PATCH] Update docs/features/software-catalog/configuration.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Iury Lenon --- docs/features/software-catalog/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/configuration.md b/docs/features/software-catalog/configuration.md index e388c327a6..88a12ceba6 100644 --- a/docs/features/software-catalog/configuration.md +++ b/docs/features/software-catalog/configuration.md @@ -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'));