diff --git a/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx b/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx index 0b9c0f625a8..b81eee7fddd 100644 --- a/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx +++ b/src/pages/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/index.mdx @@ -48,7 +48,7 @@ You can add secrets for branch deployments in the Amplify console. From the App Secrets are stored in AWS Systems Manager Parameter Store under the following naming conventions: - Secrets that apply to all branches: `/amplify/shared//` -- Secrets that apply to a specific branch: `/amplify///` +- Secrets that apply to a specific branch: `/amplify//-branch-/` ### Local environment