Skip to content

Commit 138e07b

Browse files
committed
Fix typo
Vscode -> VS Code
1 parent 9a17b0f commit 138e07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dev-box/how-to-customize-devbox-azure-image-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To use VM Image Builder with Azure Compute Gallery, make sure you have an existi
223223
"customize": [
224224
{
225225
"type": "PowerShell",
226-
"name": "Install Choco and Vscode",
226+
"name": "Install Choco and VS Code",
227227
"inline": [
228228
"Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))",
229229
"choco install -y vscode"

0 commit comments

Comments
 (0)