Skip to content

Commit 669aae5

Browse files
authored
fix: typo
1 parent 4be3bdc commit 669aae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/developer/visualstudio/installation/set-up-vs-professional-2022-offline-machine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To set up Visual Studio on an offline machine, follow these steps:
1414
1. Create an offline installer using the following command line. In this example, **vs_professional.exe** is the Professional edition of Visual Studio, and **VS2022Offline** is the folder where you want to create the layout.
1515

1616
```cmd
17-
"vs_professional.exe" --LayOut "C:\Temp\VS2022Offline" --Lang en-US"
17+
"vs_professional.exe" --LayOut "C:\Temp\VS2022Offline" --Lang "en-US"
1818
```
1919

2020
1. After successfully creating the offline installer for Visual Studio, copy **C:\Temp\VS2022Offline** to the target offline machine.
@@ -38,4 +38,4 @@ To set up Visual Studio on an offline machine, follow these steps:
3838

3939
## More information
4040

41-
[Create an offline installation package of Visual Studio for local installation](/visualstudio/install/create-an-offline-installation-of-visual-studio)
41+
[Create an offline installation package of Visual Studio for local installation](/visualstudio/install/create-an-offline-installation-of-visual-studio)

0 commit comments

Comments
 (0)