From db040635401cef276636e732b6c816f60cb2b1a0 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 9 Sep 2024 13:06:18 -0700 Subject: [PATCH] Update release-notes/8.0/known-issues.md Co-authored-by: Martin Costello --- release-notes/8.0/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/8.0/known-issues.md b/release-notes/8.0/known-issues.md index 230987516b..0c1f5c4278 100644 --- a/release-notes/8.0/known-issues.md +++ b/release-notes/8.0/known-issues.md @@ -13,4 +13,4 @@ You may encounter the following known issues, which may include workarounds, mit Exception: "System.IO.FileNotFoundException: Workload version 8.0.401, which was specified in \global.json, was not found. Run "dotnet workload restore" to install this workload version.` **Workaround** -Run `dotnet workload update` first to get the workload set instaleld and then run `dotnet workload restore` after to install the required workloads. +Run `dotnet workload update` first to get the workload set installed and then run `dotnet workload restore` after to install the required workloads.