From 5ee1d4a52fb24f0a6ec942e7678de5ecf5a79fac Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 16 Apr 2020 15:22:28 -1000 Subject: [PATCH] Update environments.md --- aspnetcore/fundamentals/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/environments.md b/aspnetcore/fundamentals/environments.md index 3ddf9d4972..f2da880a19 100644 --- a/aspnetcore/fundamentals/environments.md +++ b/aspnetcore/fundamentals/environments.md @@ -29,7 +29,7 @@ To determine the runtime environment, ASP.NET Core reads from the following envi * : The [launchSettings.json](#lsj) file sets `ASPNETCORE_ENVIRONMENT` to `Development` on the local machine. * -* : The default if `DOTNET_ENVIRONMENT` and `ASPNETCORE_ENVIRONMENT` have not been set. +* : When the default if `DOTNET_ENVIRONMENT` and `ASPNETCORE_ENVIRONMENT` have not been set. The following code: