Skip to content

Commit e6a6985

Browse files
Update DeploymentGuide.md
make spelling correction: deployment plane -> deployment plan
1 parent b1d01a3 commit e6a6985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
257257

258258
4. **Deploy the Bicep template:**
259259

260-
- You can use the Bicep extension for VSCode (Right-click the `.bicep` file, then select "Show deployment plane") or use the Azure CLI:
260+
- You can use the Bicep extension for VSCode (Right-click the `.bicep` file, then select "Show deployment plan") or use the Azure CLI:
261261
```bash
262262
az deployment group create -g <resource-group-name> -f deploy/macae-dev.bicep --query 'properties.outputs'
263263
```

0 commit comments

Comments
 (0)