From ba69b1a55676c7e0fe5e2c4faf280a2769ef080a Mon Sep 17 00:00:00 2001 From: muelli Date: Tue, 9 Jan 2024 09:38:04 +0100 Subject: [PATCH] linux: fix minor typo "document*ed*" --- linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.md b/linux.md index ea083eb654b..7b7af4be51d 100644 --- a/linux.md +++ b/linux.md @@ -24,7 +24,7 @@ sudo apt update && sudo apt install -y dotnet-sdk-7.0 ## Microsoft packages -Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET. They are document at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux). +Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET. They are documented at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux). You can move back and forth between distribution and Microsoft archives using a variety of [package manager patterns](https://learn.microsoft.com/dotnet/core/install/linux-package-mixup) and [previous challenges](https://github.com/dotnet/core/issues/7699) to guide you.