diff --git a/docs/core/sdk.md b/docs/core/sdk.md index 7f7723eb8435c..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