Skip to content

Commit 33b904d

Browse files
authored
fix sandbox typo (aws-amplify#7654)
1 parent 558ead9 commit 33b904d

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/deploy-and-host/sandbox-environments/features

1 file changed

+1
-1
lines changed

src/pages/[platform]/deploy-and-host/sandbox-environments/features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ npx ampx sandbox --outputs-out-dir ./path/to/config --outputs-format ["json", "d
178178
Alternatively, if you want to generate the config for a branch environment to test against, run the following command in the terminal.
179179

180180
```bash
181-
npx ampx generate outputs --app-id <your-amplify-app-id> --branch main --format ["json", "dart"] out-dir ./path/to/config
181+
npx ampx generate outputs --app-id <your-amplify-app-id> --branch main --format ["json", "dart"] --out-dir ./path/to/config
182182
```
183183
</InlineFilter>
184184

0 commit comments

Comments
 (0)