Skip to content

Commit e68668b

Browse files
committed
[docs] Update sample snippet with a suggestion from Copilot.
Ref: dotnet/docs-mobile#94 (review)
1 parent 3b4905b commit e68668b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-apps/build-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ This will pass `-W` to `open` if set to `true`.
11691169
Example:
11701170

11711171
```shell
1172-
$ dotnet run -p:OpenWaitForExit=false
1172+
$ dotnet run -p:OpenWaitForExit=true
11731173
```
11741174

11751175
### OpenArguments

0 commit comments

Comments
 (0)