Fix typo in create-a-component.md

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
This commit is contained in:
milliehartnt123
2025-11-21 08:46:50 -05:00
committed by GitHub
parent aa51d79e89
commit 6db5827443
+2 -2
View File
@@ -8,7 +8,7 @@ Audience: Developers
## Overview
Components in the software catalog are created using a software template. Templates load skeletons of code, which can include some variables, and incorporate your company's best pracitces. The templates are published to a location, such as GitHub or GitLab.
Components in the software catalog are created using a software template. Templates load skeletons of code, which can include some variables, and incorporate your company's best practices. The templates are published to a location, such as GitHub or GitLab.
The standalone Backstage application includes the `Example Node.js Template`, which is an example template for the scaffolder that creates and registers a simple Node.js service. You can also [create your own templates](../features/software-templates/adding-templates.md).
@@ -111,4 +111,4 @@ Selecting `OPEN IN CATALOG` displays details of the new component, such as its r
Selecting `Home` in the sidebar, displays the new `tutorial` component in the catalog.
![new turorial component in software catalog](../assets/uiguide/new-tutorial-component-in-software-catalog.png)
![new tutorial component in software catalog](../assets/uiguide/new-tutorial-component-in-software-catalog.png)