summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-08-29 14:46:52 -0700
committerJan Kotas <jkotas@microsoft.com>2018-08-29 14:46:52 -0700
commit4c7c066d0bacdb86a2311333de1ca73d94ae5280 (patch)
tree4fe84e217d24f066e02b5cb2e5621696453d9628 /README.md
parent8bc0e5e39a3805fa707f366f2a1189e2b25d43b6 (diff)
downloadcoreclr-4c7c066d0bacdb86a2311333de1ca73d94ae5280.tar.gz
coreclr-4c7c066d0bacdb86a2311333de1ca73d94ae5280.tar.bz2
coreclr-4c7c066d0bacdb86a2311333de1ca73d94ae5280.zip
Typos (#19737)
* testsing -> testing * reclaming -> reclaiming * oppurtunity -> opportunity * implemenation -> implementation * indicaates -> indicates * enregisterd -> enregistered * compuations -> computations * convinient -> convenient * intution -> intuition * Communicaton -> Communication
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 3314017434..fb2aaa7528 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ There are two basic techniques for using your new runtime.
2. **Use corerun.exe to run an application using unpackaged Dlls**. This repository also defines a simple host called
corerun.exe that does NOT take any dependency on NuGet. Basically it has to be told where to get all the
necessary DLLs you actually use, and you have to gather them together 'by hand'. This is the technique that
- all the tests in the repo use, and is useful for quick local 'edit-compile-debug' loop (e.g. preliminary unit testsing).
+ all the tests in the repo use, and is useful for quick local 'edit-compile-debug' loop (e.g. preliminary unit testing).
See [Using corerun To Run .NET Core Application](Documentation/workflow/UsingCoreRun.md) for details on using
this technique.