From 683e49ca327c1cf0d1fe0ba2ba2b2ec47a2866b0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Mar 2026 19:04:56 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Patrik Oldsberg --- docs/frontend-system/building-apps/01-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/building-apps/01-index.md b/docs/frontend-system/building-apps/01-index.md index bedf42033f..d24e1622fd 100644 --- a/docs/frontend-system/building-apps/01-index.md +++ b/docs/frontend-system/building-apps/01-index.md @@ -18,7 +18,7 @@ The create-app CLI requires Node.js Active LTS Release, see the [prerequisites d ::: ```sh -# The command bellow creates a Backstage App inside the current folder. +# The command below creates a Backstage App inside the current folder. # The name of the app-folder is the name that was provided when prompted. npx @backstage/create-app@latest ```