From 01b6ff817da7462abf047ea06d4f3824489cc189 Mon Sep 17 00:00:00 2001 From: Vance Morrison Date: Wed, 10 Oct 2018 13:29:39 -0700 Subject: [PATCH] Fix typo Commit migrated from https://github.com/dotnet/coreclr/commit/7dea3f558ee3193b8e7aeec064db79e2e8f92642 --- docs/coreclr/project-docs/linux-performance-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coreclr/project-docs/linux-performance-tracing.md b/docs/coreclr/project-docs/linux-performance-tracing.md index 6433bf7..05a7273 100644 --- a/docs/coreclr/project-docs/linux-performance-tracing.md +++ b/docs/coreclr/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. -- 2.7.4