diff options
author | Vance Morrison <vancem@microsoft.com> | 2018-10-10 13:29:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 13:29:39 -0700 |
commit | 7dea3f558ee3193b8e7aeec064db79e2e8f92642 (patch) | |
tree | b7c586b88d9a5eae3602823e261f0475d6066a96 /Documentation/project-docs | |
parent | 19b466821ce20977541a47a8bd255f7400539a5a (diff) | |
download | coreclr-7dea3f558ee3193b8e7aeec064db79e2e8f92642.tar.gz coreclr-7dea3f558ee3193b8e7aeec064db79e2e8f92642.tar.bz2 coreclr-7dea3f558ee3193b8e7aeec064db79e2e8f92642.zip |
Fix typo
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r-- | Documentation/project-docs/linux-performance-tracing.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |