Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Killeen <SeanKilleen@gmail.com>2019-11-26 15:38:33 +0300
committerStephen Toub <stoub@microsoft.com>2019-11-26 15:38:33 +0300
commit0d493082d0b33b5aa74dbdd9dc44d211d20371ab (patch)
tree2f8421436a5a276f3ae9c2099b396443ef38013c /README.md
parent7bfe3481e42b5d555095510a59bb9a69807fe63e (diff)
Fix minor typo in readme (#285)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c3216a48af..9b9015a813e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/runtime)
This repo contains the code to build the .NET Core runtime, libraries and shared host (`dotnet`) installers for
-all supported platforms, as wel as the sources to .NET Core runtime and libraries.
+all supported platforms, as well as the sources to .NET Core runtime and libraries.
## What is .NET Core?