From 76abcb531ef0091703d2a410cfcab2058e9e0ade Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:10:54 -0500 Subject: [PATCH] Update unregister-delete-component.md fix formatting Still do not know what prettier errors it is seeing. I don't see anything in Visual Studio Code. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/unregister-delete-component.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/unregister-delete-component.md b/docs/getting-started/unregister-delete-component.md index 4cdd2ff708..7af80941d0 100644 --- a/docs/getting-started/unregister-delete-component.md +++ b/docs/getting-started/unregister-delete-component.md @@ -16,7 +16,7 @@ However, you are also able to manually unregister an entity from the catalog or ## Unregistering an entity -You can unregister an entity so it will not be displayed in the Catalog but still keep its catalog-info.yaml file in the repository. This provides the ability to register the entity with the Catalog again in the future. +You can unregister an entity so it will not be displayed in the Catalog but still keep its `catalog-info.yaml` file in the repository. This provides the ability to register the entity with the Catalog again in the future. To unregister an entity: @@ -42,7 +42,7 @@ To delete an entity: - catalog-info.yaml - index.js - - packaage.json + - package.json 2. In the Backstage App Catalog view, select the entity being deleted. In this example, `mytutorial` is being deleted. @@ -64,3 +64,4 @@ To delete an entity: ![Screenshot of selecting delete entity.](../assets/uiguide/select-delete-entity.png) A confirmation message that the entity has been successfully deleted is briefly displayed.The entity is no longer displayed in the Catalog. +