From: Vance Morrison Date: Wed, 10 Oct 2018 20:29:39 +0000 (-0700) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20190422.045933~1027 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dea3f558ee3193b8e7aeec064db79e2e8f92642;p=platform%2Fupstream%2Fcoreclr.git Fix typo --- diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md index 6433bf7..05a7273 100644 --- a/Documentation/project-docs/linux-performance-tracing.md +++ b/Documentation/project-docs/linux-performance-tracing.md @@ -104,7 +104,7 @@ So you could do the following > dotnet new console > dotnet publish --self-contained -r linux-x64 >``` -Which creates a new helloWorld appliation and builds it as a self-contained app. The only subtlty here is that if you have +Which creates a new helloWorld application and builds it as a self-contained app. The only subtlty here is that if you have multiple versions of the .NET Runtime installed the instructcions above will use the latest. As long as your app also uses the latest (likely) then these instructions will work without modification.