From 6db5827443c6c880b0483d7085035ebee594543a Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:46:50 -0500 Subject: [PATCH] Fix typo in create-a-component.md Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/create-a-component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/create-a-component.md b/docs/getting-started/create-a-component.md index 6996b64501..3148d4cd8e 100644 --- a/docs/getting-started/create-a-component.md +++ b/docs/getting-started/create-a-component.md @@ -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)