From 36f7d8e2e5bb43ae1f1db34069c8b17286a5404b Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sun, 10 Jan 2021 14:35:59 -0500 Subject: [PATCH] dotnet-publish: change folder to directory --- pages/common/dotnet-publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dotnet-publish.md b/pages/common/dotnet-publish.md index aaec67270c..52604f1e95 100644 --- a/pages/common/dotnet-publish.md +++ b/pages/common/dotnet-publish.md @@ -1,6 +1,6 @@ # dotnet publish -> Publish a .NET application and its dependencies to a folder for deployment to a hosting system. +> Publish a .NET application and its dependencies to a directory for deployment to a hosting system. > More information: . - Compile a .NET project in release mode: