diff --git a/src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found/index.mdx b/src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found/index.mdx index 2591931adc5..f02b6ca2e39 100644 --- a/src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found/index.mdx +++ b/src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found/index.mdx @@ -108,5 +108,5 @@ If you're encountering an "API Key Not Found" issue in your Amplify project, fol ```sh amplify push -y - ``` + ``` This should complete the process and resolve the "API Key Not Found" issue.