From 6467e16b315d40a1e7e7e87c660b8e8eda31619d Mon Sep 17 00:00:00 2001 From: Anil Maktala Date: Thu, 22 Aug 2024 16:15:12 -0400 Subject: [PATCH] fixed format --- .../build-a-backend/troubleshooting/apikey-not-found/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.