Skip to content

Commit 147e4b4

Browse files
committed
Updates
1 parent 91e8795 commit 147e4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/fundamentals/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For a standalone Blazor WebAssembly app, set the environment with the `<WasmAppl
4646

4747
The default environments are `Development` for build and `Production` for publish.
4848

49-
There are several approaches for setting the environment in a standalone Blazor WebAssembly app:
49+
There are several approaches for setting the environment in a standalone Blazor WebAssembly app during build/publish operations and one approach for an app starting or running on the client:
5050

5151
* Set the property value when `dotnet build` or `dotnet publish` is executed. The following example sets the environment to `Staging` when an app is published:
5252

0 commit comments

Comments
 (0)