summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVance Morrison <vancemorrison@comcast.net>2016-08-04 13:59:33 -0700
committerVance Morrison <vancemorrison@comcast.net>2016-08-04 13:59:33 -0700
commit75cf5b733ababfac4476aa24d3f8293f7d4ea7a5 (patch)
tree0477572b551c663940c483968eb2f13a4d7ed55e /Documentation
parente03a2e34e14db3b74abe7382d830127199e20dc1 (diff)
downloadcoreclr-75cf5b733ababfac4476aa24d3f8293f7d4ea7a5.tar.gz
coreclr-75cf5b733ababfac4476aa24d3f8293f7d4ea7a5.tar.bz2
coreclr-75cf5b733ababfac4476aa24d3f8293f7d4ea7a5.zip
Pull Request feedback
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index db5beea559..481941ae62 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -56,12 +56,12 @@ Testing and Debugging CoreCLR
Book of the Runtime
===================
-The book of the runtime is a set of chapters that go in depth into various
-interesting aspects of the design of hte .NET Framework.
+The Book of the Runtime is a set of chapters that go in depth into various
+interesting aspects of the design of the .NET Framework.
- [Book of the Runtime](botr/_tableOfContents.md)
-For you convenience, here are a a few quick links to popular chapters.
+For your convenience, here are a a few quick links to popular chapters.
- [Introduction to the Common Language Runtime](botr/intro-to-clr.md)
- [Garbage Collection Design](botr/garbage-collection.md)