Skip to content

Commit 572bec8

Browse files
Chandan Raimairaw
authored andcommitted
corrected typo (#1352)
1 parent ac32b49 commit 572bec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard/choosing-core-framework-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following is a more detailed explanation of the previously-stated reasons fo
3939

4040
Clearly, if your goal is to have an application (web/service) that should be able to run across platforms (Windows, Linux and macOS), the best choice is to use .NET Core.
4141

42-
.NET Core also supports the previously-mentioned operating systems as your development workstation. Visual Studio provides an Integrated Development Environment (IDE) for Windows. You can also use Visual Studio Code on macOS, Linux and Windows which fully support .NET Core, including IntelliSense and debugging. You can also target .NET Core with most third-party editors like Sublime, Emacs, VI and can get editor IntelliSense using the open source [Omnisharp](http://www.omnisharp.net/) project. You can also avoid any code editor and directly use the .NET Core command-line tools, available forall supported platforms.
42+
.NET Core also supports the previously-mentioned operating systems as your development workstation. Visual Studio provides an Integrated Development Environment (IDE) for Windows. You can also use Visual Studio Code on macOS, Linux and Windows which fully support .NET Core, including IntelliSense and debugging. You can also target .NET Core with most third-party editors like Sublime, Emacs, VI and can get editor IntelliSense using the open source [Omnisharp](http://www.omnisharp.net/) project. You can also avoid any code editor and directly use the .NET Core command-line tools, available for all supported platforms.
4343

4444
### Microservices architecture
4545

@@ -102,4 +102,4 @@ Some Microsoft or third-party platforms don’t support .NET Core. For example,
102102
* [.NET Core Guide](../core/index.md)
103103
* [Porting from .NET Framework to .NET Core](../core/porting/index.md)
104104
* [.NET Framework on Docker Guide](../framework/index.md)
105-
* [.NET Components Overview](components.md)
105+
* [.NET Components Overview](components.md)

0 commit comments

Comments
 (0)