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 ```