diff --git a/src/pages/[platform]/start/getting-started/setup/index.mdx b/src/pages/[platform]/start/getting-started/setup/index.mdx index 1ef11510920..dfecc81b72b 100644 --- a/src/pages/[platform]/start/getting-started/setup/index.mdx +++ b/src/pages/[platform]/start/getting-started/setup/index.mdx @@ -715,7 +715,7 @@ Now that your app is set up and Amplify is initialized, you can add an API in th -And that's all it takes to install Amplify libraries with your Next.js application. Next, we'll create a new backend API and database tables. Then, we'll use the Amplify library's Next.js adapter to make API requests to your new backend. +That's all it takes to install Amplify libraries with your Next.js application. Next, we'll create a new backend API and database tables. Then, we'll use the Amplify library's Next.js adapter to make API requests to your new backend.