From 197f4819739212739f8b43c68bc897d8039d0e3a Mon Sep 17 00:00:00 2001 From: Ali Spittel Date: Thu, 23 May 2024 14:45:00 -0600 Subject: [PATCH] fix sandbox typo --- .../deploy-and-host/sandbox-environments/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/deploy-and-host/sandbox-environments/features/index.mdx b/src/pages/[platform]/deploy-and-host/sandbox-environments/features/index.mdx index ef12736b39a..5df09fe49f6 100644 --- a/src/pages/[platform]/deploy-and-host/sandbox-environments/features/index.mdx +++ b/src/pages/[platform]/deploy-and-host/sandbox-environments/features/index.mdx @@ -178,7 +178,7 @@ npx ampx sandbox --outputs-out-dir ./path/to/config --outputs-format ["json", "d Alternatively, if you want to generate the config for a branch environment to test against, run the following command in the terminal. ```bash -npx ampx generate outputs --app-id --branch main --format ["json", "dart"] out-dir ./path/to/config +npx ampx generate outputs --app-id --branch main --format ["json", "dart"] --out-dir ./path/to/config ```