From 60b11e7afdde1a25b463adbdf40a5bd5a0211335 Mon Sep 17 00:00:00 2001 From: Rene Brandel <4989523+renebrandel@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:11:33 -0500 Subject: [PATCH] Update src/pages/[platform]/start/getting-started/setup/index.mdx Co-authored-by: Heather Pundt <119376175+heatheramz@users.noreply.github.com> --- src/pages/[platform]/start/getting-started/setup/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.