diff --git a/src/fragments/gen2/quickstart/create-amplify.mdx b/src/fragments/gen2/quickstart/create-amplify.mdx index 0fe5dadd7be..f7a2c96b78f 100644 --- a/src/fragments/gen2/quickstart/create-amplify.mdx +++ b/src/fragments/gen2/quickstart/create-amplify.mdx @@ -43,7 +43,7 @@ Now [configure your AWS account to use Amplify](/[platform]/start/account-setup/ For the backend, we're going to start a cloud sandbox environment. Amplify gives every developer a personal cloud sandbox environment that provides isolated development spaces to rapidly build, test, and iterate. When you're working with a team, each developer will have their own personal cloud sandbox. In a new terminal window, run the following command: ```bash showLineNumbers={false} -npx amplify sandbox +npx ampx sandbox ``` Do not use cloud sandbox environments in production.