From be9fd47bec7528a14c730dc9fc01b2b19e9f59c6 Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:56:13 -0500 Subject: [PATCH] Fix typo in prerequisites section of documentation Changed Note.js to Node.js Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/create-a-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/create-a-component.md b/docs/getting-started/create-a-component.md index 4fe3824b09..9ab7530f0d 100644 --- a/docs/getting-started/create-a-component.md +++ b/docs/getting-started/create-a-component.md @@ -14,7 +14,7 @@ The standalone Backstage application includes the `Example Node.js Template`, wh ## Prerequisites -For this example, the default Note.js template will be used. The template creates a repository in GitHub and adds the necessary files to it so that the component is integrated into the software catalog. Because you are creating a repository, you must first create an integration between Backstage and GitHub. +For this example, the default Node.js template will be used. The template creates a repository in GitHub and adds the necessary files to it so that the component is integrated into the software catalog. Because you are creating a repository, you must first create an integration between Backstage and GitHub. - You should have already [installed a standalone app](../getting-started/index.md).