Skip to content

Commit 5a88d27

Browse files
committed
Fix typos
1 parent d4394f4 commit 5a88d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ To build .NET projects, you can use the .NET Command Line Interface (CLI).
77
This CLI is part of the .NET SDK, which you can install by following the [installation instructions](https://dotnet.microsoft.com/download/dotnet/8.0).
88
Note: the C# track requires SDK version 9.0 or greater.
99

10-
After completing the installation, you can verify if the CLI was installed succesfully by running this command in a terminal:
10+
After completing the installation, you can verify if the CLI was installed successfully by running this command in a terminal:
1111

1212
```bash
1313
dotnet --version
1414
```
1515

16-
If the output is a version greater than or equal to `9.0.100`, the .NET SDK has been installed succesfully.
16+
If the output is a version greater than or equal to `9.0.100`, the .NET SDK has been installed successfully.
1717

1818
## Using an IDE
1919

0 commit comments

Comments
 (0)