Skip to content

Commit 2d98a0c

Browse files
authored
fix: sandbox command (#7728)
1 parent d5440b4 commit 2d98a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/gen2/quickstart/create-amplify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Now [configure your AWS account to use Amplify](/[platform]/start/account-setup/
4343
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:
4444

4545
```bash showLineNumbers={false}
46-
npx amplify sandbox
46+
npx ampx sandbox
4747
```
4848
<Callout warning>Do not use cloud sandbox environments in production.</Callout>
4949

0 commit comments

Comments
 (0)