Skip to content

Commit 4d37dca

Browse files
ErikCHErik Hanchett
andauthored
Updated typo in manual text (#7464)
* Fixed typo * empty space push * removed space --------- Co-authored-by: Erik Hanchett <[email protected]>
1 parent 32f7c21 commit 4d37dca

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/start/manual-installation

1 file changed

+1
-1
lines changed

src/pages/[platform]/start/manual-installation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function getStaticProps(context) {
2828
};
2929
}
3030

31-
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).
31+
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).
3232

3333
```bash title="Terminal" showLineNumbers={false}
3434
npm create amplify@latest

0 commit comments

Comments
 (0)