From 2542b9046eaf4b5f217f2bba9067c79965533690 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Sep 2024 10:39:52 +0200 Subject: [PATCH] Update docs/frontend-system/architecture/60-migrations.md Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- docs/frontend-system/architecture/60-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/architecture/60-migrations.md b/docs/frontend-system/architecture/60-migrations.md index eb9fae408c..a8282d95db 100644 --- a/docs/frontend-system/architecture/60-migrations.md +++ b/docs/frontend-system/architecture/60-migrations.md @@ -74,7 +74,7 @@ Extensions created with `@backstage/frontend-plugin-api` from before the 1.30 re ### New type parameters for `ExtensionDefinition` and `ExtensionBlueprint` -The type parameters of `ExtensionDefinition` and `ExtensionBlueprint` have been updated to use a single type parameter with a object, in order by make them easier to read and evolve. +The type parameters of `ExtensionDefinition` and `ExtensionBlueprint` have been updated to use a single type parameter with an object, in order to make them easier to read and evolve. Existing usage can generally be updated as follows: