From 7dea3f558ee3193b8e7aeec064db79e2e8f92642 Mon Sep 17 00:00:00 2001 From: Vance Morrison Date: Wed, 10 Oct 2018 13:29:39 -0700 Subject: Fix typo --- Documentation/project-docs/linux-performance-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md index 6433bf7d51..05a7273be9 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. -- cgit v1.2.3