Skip to content

Commit 9093f54

Browse files
committed
spelling correction
1 parent 8fd3160 commit 9093f54

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/add_additional_services.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ You can set the values as an env variable within the code
1919
azd env set AZURE_API_MANAGEMENT_ENABLED true
2020
```
2121

22-
Additionally, within the infra/ folder you can modify the main.parameters.json file to set the value to
22+
Additionally, within the infra/ folder you can modify the main.parameters.json file to set the value to true by default.
2323
```json
2424
"apiManagementEnabled": {
2525
"value": "${AZURE_API_MANAGEMENT_ENABLED=true}"
2626
}
27-
```
28-
if you plan to deploy with that feature enabled each time you deploy this solution.
27+
```

0 commit comments

Comments
 (0)