Skip to content

Commit 983c282

Browse files
Fix typo in processstartinfo-windowstyle.md (dotnet#42817)
Fix typo in headline "WindowsStyle" -> "WindowStyle"
1 parent fb7a497 commit 983c282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/core-libraries/8.0/processstartinfo-windowstyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ".NET 8 breaking change: ProcessStartInfo.WindowStyle honored when UseShe
33
description: Learn about the .NET 8 breaking change in core .NET libraries where ProcessStartInfo.WindowStyle is now honored even when UseShellExecute is false.
44
ms.date: 11/08/2023
55
---
6-
# ProcessStartInfo.WindowsStyle honored when UseShellExecute is false
6+
# ProcessStartInfo.WindowStyle honored when UseShellExecute is false
77

88
Previously, <xref:System.Diagnostics.ProcessStartInfo.WindowStyle?displayName=nameWithType> was only honored when <xref:System.Diagnostics.ProcessStartInfo.UseShellExecute?displayName=nameWithType> was `true`. This change honors <xref:System.Diagnostics.ProcessStartInfo.WindowStyle> even when <xref:System.Diagnostics.ProcessStartInfo.UseShellExecute> is `false`.
99

0 commit comments

Comments
 (0)