diff options
author | Alfred Myers <git@alfredmyers.com> | 2018-06-05 15:23:36 -0300 |
---|---|---|
committer | Stephen Toub <stoub@microsoft.com> | 2018-06-05 14:23:36 -0400 |
commit | 071902e44ee640e25ad39eab4aa9ba4d2a1f91c3 (patch) | |
tree | d82051e8947f2373a2535b41a252e9638290dc38 /README.md | |
parent | 73369eb914dc7df2118727a36f23e8c5e5d119f5 (diff) | |
download | coreclr-071902e44ee640e25ad39eab4aa9ba4d2a1f91c3.tar.gz coreclr-071902e44ee640e25ad39eab4aa9ba4d2a1f91c3.tar.bz2 coreclr-071902e44ee640e25ad39eab4aa9ba4d2a1f91c3.zip |
Fixed typos on readme (#18304)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ In addition to providing the source code, this repository also acts as a useful related to .NET Core including: * Want to **learn more** about .NET Runtime Internals? See the [Documentation on the .NET Core Runtime](Documentation/README.md) page. - * Need to **log a issue** or Provide Feedback? See then [Issues and Feedback Page](Documentation/workflow/IssuesFeedbackEngagement.md) page. + * Need to **log an issue** or provide feedback? See the [Issues and Feedback Page](Documentation/workflow/IssuesFeedbackEngagement.md) page. * Want to **chat** with other members of the CoreCLR community? See the [Chat Section](Documentation/workflow/IssuesFeedbackEngagement.md#Chat-with-the-CoreCLR-community) page. * Need a **current build** or **test results** of the CoreCLR repository? See the [Official and Daily Builds](Documentation/workflow/OfficalAndDailyBuilds.md) page. * If you want powerful search of the source code for both CoreCLR and CoreFx see [.NET Source Code Index](https://source.dot.net). |