From 47fc640b494d11c0e5a2138ae6fd917a4e8c49fc Mon Sep 17 00:00:00 2001 From: Gavin Mogan Date: Thu, 28 May 2026 09:02:22 -0700 Subject: [PATCH] fix(catalog-backend-module-backstage-openapi): Remove extra quote in example config Signed-off-by: Gavin Mogan --- plugins/catalog-backend-module-backstage-openapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-backstage-openapi/README.md b/plugins/catalog-backend-module-backstage-openapi/README.md index 15e14af128..382801d532 100644 --- a/plugins/catalog-backend-module-backstage-openapi/README.md +++ b/plugins/catalog-backend-module-backstage-openapi/README.md @@ -28,7 +28,7 @@ catalog: - catalog - events - search - definitionFormat: 'yaml"' # Optional, defaults to 'json' + definitionFormat: 'yaml' # Optional, defaults to 'json' entityOverrides: # All optional metadata: name: 'my-name'