From f258ec1b12c831ce5abb04603bc09d67240d1526 Mon Sep 17 00:00:00 2001 From: immanchand <53471578+immanchand@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:17:43 -0800 Subject: [PATCH] Update index.md Fixed grammatical errors Signed-off-by: immanchand <53471578+immanchand@users.noreply.github.com> --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 687cf0be16..7aee835910 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -91,7 +91,7 @@ app the intended workspace rather than in the root._ - **packages/**: Lerna leaf packages or "workspaces". Everything here is going to be a separate package, managed by lerna. -- **packages/app/**: An fully functioning Backstage frontend app, that acts as a +- **packages/app/**: A fully functioning Backstage frontend app that acts as a good starting point for you to get to know Backstage. - **packages/backend/**: We include a backend that helps power features such as [Authentication](https://backstage.io/docs/auth/),