From 50b2625a1ce7b044ac1d610677530c5f8544ce50 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 19 Jul 2022 13:02:48 +0200 Subject: [PATCH] chore: fix release logs Signed-off-by: blam --- docs/releases/v1.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/v1.4.0.md b/docs/releases/v1.4.0.md index 02a968c898..20b1739f4a 100644 --- a/docs/releases/v1.4.0.md +++ b/docs/releases/v1.4.0.md @@ -42,7 +42,7 @@ This is a new module for `@backstage/plugin-api-docs` that exports a widget impl ### New module: `@backstage/plugin-catalog-backend-module-openapi` -This is a new module for `@backstage/plugin-catalog-backend` that exports a catalog processor which dereferences `$ref` fields in OpenAPI definitions. Contributed by [@mfrinnstrom](https://github.com/mfrinnstrom) [#11645](https://github.com/backstage/backstage/pull/11645). +This is a new module for `@backstage/plugin-catalog-backend` that exports a catalog processor which de-references `$ref` fields in OpenAPI definitions. Contributed by [@mfrinnstrom](https://github.com/mfrinnstrom) [#11645](https://github.com/backstage/backstage/pull/11645). ### New plugin: `@backstage/plugin-apollo-explorer`