Skip to content

Commit acc8ff0

Browse files
committed
Updates
1 parent fd0718d commit acc8ff0

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
@@ -66,7 +66,7 @@ There are several approaches for setting the environment in a standalone Blazor
6666
</PropertyGroup>
6767
```
6868

69-
* The environment can be set based on the use of a publish profile. The first condition in the following example sets the environment to `Development` when no publish profile is used (applies to both build and publish operations without a profile), while the second condition covers setting the environment to `Production` when any publish profile is used:
69+
* The environment can be set based on the use of a publish profile. In the following example, the first condition sets the environment to `Development` when no publish profile is used (applies to both build and publish operations without a profile), while the second condition covers setting the environment to `Production` when any publish profile is used:
7070

7171
```xml
7272
<PropertyGroup Condition="'$(PublishProfile)' == ''">

0 commit comments

Comments
 (0)