Skip to content

Commit ed1c9c5

Browse files
authored
Minor edits to amplifyconfiguration page (#6842)
1 parent 03f6a24 commit ed1c9c5

File tree

1 file changed

+2
-2
lines changed
  • src/pages/gen2/reference/amplifyconfiguration

1 file changed

+2
-2
lines changed

src/pages/gen2/reference/amplifyconfiguration/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export function getStaticProps(context) {
1111
};
1212
}
1313

14-
In Amplify (Gen 2), the CLI will generate an `amplifyconfiguration.json` file with a similar structure to the configuration files generated by Gen 1. Locally, this file is created while using `amplify sandbox`. In Amplify's CI/CD this is created automatically for you based on the current Amplify app ID and git branch.
14+
In Amplify (Gen 2), the CLI will generate an `amplifyconfiguration.json` file with a similar structure to the configuration files generated by Amplify (Gen 1). Locally, this file is created while using `amplify sandbox`. In Amplify's CI/CD, this is created automatically for you based on the current Amplify app ID and git branch.
1515

16-
This file can also be manually created for a specified Amplify app ID and branch, or a CloudFormation stack name with [`amplify generate config`](/gen2/reference/cli-commands#amplify-generate-config).
16+
You can also manually create this file for a specified Amplify app ID and branch, or an AWS CloudFormation stack name with [`amplify generate config`](/gen2/reference/cli-commands#amplify-generate-config).
1717

1818
{/* @TODO full type/interface to reference */}

0 commit comments

Comments
 (0)