From 9e32f053338c16c7f3cf440662913b25ee41e4c2 Mon Sep 17 00:00:00 2001 From: deepthi-ajith_infosys Date: Mon, 8 Sep 2025 13:06:26 +0530 Subject: [PATCH] Minor documentation changes Signed-off-by: deepthi-ajith_infosys --- docs/backend-system/building-backends/08-migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend-system/building-backends/08-migrating.md b/docs/backend-system/building-backends/08-migrating.md index c07862cc3c..a638516165 100644 --- a/docs/backend-system/building-backends/08-migrating.md +++ b/docs/backend-system/building-backends/08-migrating.md @@ -211,7 +211,7 @@ argument of `createBackend`. ## Removing `@backstage/backend-common` -The `@backstage/backend-common` package has been deprecated as part of moving to the new backend system, an you will need to replace existing usage of it. All exports from the package have been marked as deprecated in the last few releases of the package, and each export has its own deprecation message that explains how to replace that particular export. +The `@backstage/backend-common` package has been deprecated as part of moving to the new backend system, and you will need to replace existing usage of it. All exports from the package have been marked as deprecated in the last few releases of the package, and each export has its own deprecation message that explains how to replace that particular export. These are the deprecation messages for the most common replacements: