From 3b1b29852bdeaea2626f0de5ded27cf4fa57d67d Mon Sep 17 00:00:00 2001 From: Erik Hanchett Date: Fri, 3 May 2024 08:58:05 -0700 Subject: [PATCH 1/3] Fixed typo --- src/pages/[platform]/start/manual-installation/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/start/manual-installation/index.mdx b/src/pages/[platform]/start/manual-installation/index.mdx index ef651197f3d..7bae913c0d4 100644 --- a/src/pages/[platform]/start/manual-installation/index.mdx +++ b/src/pages/[platform]/start/manual-installation/index.mdx @@ -28,7 +28,7 @@ export function getStaticProps(context) { }; } -To get started with AWS Amplify we recommend that you use our our [quickstart](/[platform]/start/quickstart) starter template. However, for some use cases, it may be preferable to start from scratch, either with a brand new directory or an existing frontend app. In that case we recommend to use [npm](https://npmjs.com) with [`create-amplify`](https://www.npmjs.com/package/create-amplify). +To get started with AWS Amplify we recommend that you use our [quickstart](/[platform]/start/quickstart) starter template. However, for some use cases, it may be preferable to start from scratch, either with a brand new directory or an existing frontend app. In that case we recommend to use [npm](https://npmjs.com) with [`create-amplify`](https://www.npmjs.com/package/create-amplify). ```bash title="Terminal" showLineNumbers={false} npm create amplify@latest From d1059e2e00899db3f4b7cbe8a782f481dc32eee3 Mon Sep 17 00:00:00 2001 From: Erik Hanchett Date: Fri, 3 May 2024 15:49:15 -0700 Subject: [PATCH 2/3] empty space push --- src/pages/[platform]/start/manual-installation/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/[platform]/start/manual-installation/index.mdx b/src/pages/[platform]/start/manual-installation/index.mdx index 7bae913c0d4..9ebad196503 100644 --- a/src/pages/[platform]/start/manual-installation/index.mdx +++ b/src/pages/[platform]/start/manual-installation/index.mdx @@ -154,3 +154,4 @@ We recommend the following next steps: - [Learn more about defining data](/[platform]/build-a-backend/data) - [Get started with cloud sandbox](/[platform]/deploy-and-host/sandbox-environments) - [Deploy and host your first app](/[platform]/deploy-and-host/fullstack-branching) + From d6654d7309830b5ee0c374e53e3554b8110b339b Mon Sep 17 00:00:00 2001 From: Erik Hanchett Date: Fri, 3 May 2024 15:54:56 -0700 Subject: [PATCH 3/3] removed space --- src/pages/[platform]/start/manual-installation/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/[platform]/start/manual-installation/index.mdx b/src/pages/[platform]/start/manual-installation/index.mdx index 9ebad196503..7bae913c0d4 100644 --- a/src/pages/[platform]/start/manual-installation/index.mdx +++ b/src/pages/[platform]/start/manual-installation/index.mdx @@ -154,4 +154,3 @@ We recommend the following next steps: - [Learn more about defining data](/[platform]/build-a-backend/data) - [Get started with cloud sandbox](/[platform]/deploy-and-host/sandbox-environments) - [Deploy and host your first app](/[platform]/deploy-and-host/fullstack-branching) -