From 2d98a0c57a4421988ab0581cb642501af8ace8ce Mon Sep 17 00:00:00 2001 From: kitami <75874736+kita3222@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:37:20 +0900 Subject: [PATCH] fix: sandbox command (#7728) --- src/fragments/gen2/quickstart/create-amplify.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.