Skip to content

Commit 6f31ffe

Browse files
authored
[doc] Fix punctuation
Fixed issue savushkin-r-d#46
1 parent 3b90184 commit 6f31ffe

File tree

1 file changed

+2
-2
lines changed
  • HowTo install Windows tools for C++ programming with MS Visual Studio IDE

1 file changed

+2
-2
lines changed

HowTo install Windows tools for C++ programming with MS Visual Studio IDE/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Navigate to the folder where downloads are located (typical path `%userprofile%/
4141

4242
## 3. Installing (updating) the SDK ##
4343

44-
Navigate to the folder where downloads are previously unzipped, Call the CLI in the console using the following command:
44+
Navigate to the folder where downloads are previously unzipped. Call the CLI in the console using the following command:
4545

4646
```ps
4747
plcncli.exe install sdk –d [installation path] –p [path to archive file]
@@ -65,7 +65,7 @@ More information is located [here](https://www.plcnext.help/te/Programming/Cpp/C
6565

6666
## 5. Opening existed C++ project in Visual Studio ##
6767

68-
Due to a known [issue](https://github.com/PLCnext/PLCnext_CLI_VS/issues/4) you might get compile-time errors, to fix this you have to delete the local .NET cache:
68+
Due to a known [issue](https://github.com/PLCnext/PLCnext_CLI_VS/issues/4) you might get compile-time errors. To fix this, you have to delete the local .NET cache:
6969

7070
```ps
7171
rmdir %temp%\.net /s

0 commit comments

Comments
 (0)