From ec9dfc12ee7900f830de41aee4590daa34c6f5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Kemp=C3=A9?= Date: Wed, 11 May 2022 08:47:16 +0200 Subject: [PATCH 1/2] Add missing space --- docs/core/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/sdk.md b/docs/core/sdk.md index 7f7723eb8435c..8795b6d401ffa 100644 --- a/docs/core/sdk.md +++ b/docs/core/sdk.md @@ -9,7 +9,7 @@ ms.technology: dotnet-cli The .NET SDK is a set of libraries and tools that allow developers to create .NET applications and libraries. It contains the following components that are used to build and run applications: - The [.NET CLI](tools/index.md). -- The .NET [runtime](introduction.md#sdk-and-runtimes)and [libraries](introduction.md#runtime-libraries). +- The .NET [runtime](introduction.md#sdk-and-runtimes) and [libraries](introduction.md#runtime-libraries). - The `dotnet` [driver](tools/index.md#driver). ## How to install the .NET SDK From 8d5442594e7cd1f70ff9511c11aef6b7ac90a165 Mon Sep 17 00:00:00 2001 From: David Pine Date: Wed, 11 May 2022 10:39:40 -0500 Subject: [PATCH 2/2] Update docs/core/sdk.md --- docs/core/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/sdk.md b/docs/core/sdk.md index 8795b6d401ffa..db281998d6a85 100644 --- a/docs/core/sdk.md +++ b/docs/core/sdk.md @@ -9,7 +9,7 @@ ms.technology: dotnet-cli The .NET SDK is a set of libraries and tools that allow developers to create .NET applications and libraries. It contains the following components that are used to build and run applications: - The [.NET CLI](tools/index.md). -- The .NET [runtime](introduction.md#sdk-and-runtimes) and [libraries](introduction.md#runtime-libraries). +- The [.NET runtime](introduction.md#sdk-and-runtimes) and [libraries](introduction.md#runtime-libraries). - The `dotnet` [driver](tools/index.md#driver). ## How to install the .NET SDK