Skip to content

Commit ccab8c4

Browse files
Update environments.md
1 parent 5ee1d4a commit ccab8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To determine the runtime environment, ASP.NET Core reads from the following envi
2929

3030
* <xref:Microsoft.Extensions.Hosting.Environments.Development> : The [launchSettings.json](#lsj) file sets `ASPNETCORE_ENVIRONMENT` to `Development` on the local machine.
3131
* <xref:Microsoft.Extensions.Hosting.Environments.Staging>
32-
* <xref:Microsoft.Extensions.Hosting.Environments.Production> : When the default if `DOTNET_ENVIRONMENT` and `ASPNETCORE_ENVIRONMENT` have not been set.
32+
* <xref:Microsoft.Extensions.Hosting.Environments.Production> : The default if `DOTNET_ENVIRONMENT` and `ASPNETCORE_ENVIRONMENT` have not been set.
3333

3434
The following code:
3535

0 commit comments

Comments
 (0)