summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGerald Scott Freeman <gsfreema@gmail.com>2015-11-21 16:34:01 -0500
committerGerald Scott Freeman <gsfreema@gmail.com>2015-11-21 16:34:01 -0500
commit01a65b60e2138afe10c12a80802360f15bf47050 (patch)
tree62ba0897edff11eb016cf801ed96216e7efa117a /Documentation
parentfc8c0586d388f43985f16722a4af8ab9c8d333f5 (diff)
downloadcoreclr-01a65b60e2138afe10c12a80802360f15bf47050.tar.gz
coreclr-01a65b60e2138afe10c12a80802360f15bf47050.tar.bz2
coreclr-01a65b60e2138afe10c12a80802360f15bf47050.zip
Fixing a grammar mistake in Documentation\README.md
Simply using the correct conjugation of the verb 'support'.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 225a4c2518..61b08cac54 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -6,7 +6,7 @@ This repo includes several documents that explain both high-level and low-level
Intro to .NET Core
==================
-.NET Core is a self-contained .NET runtime and framework that implements [ECMA 335](project-docs/dotnet-standards.md). It can be (and has been) ported to multiple architectures and platforms. It support a variety of installation options, having no specific deployment requirements itself.
+.NET Core is a self-contained .NET runtime and framework that implements [ECMA 335](project-docs/dotnet-standards.md). It can be (and has been) ported to multiple architectures and platforms. It supports a variety of installation options, having no specific deployment requirements itself.
Learn about .NET Core
====================