Skip to content

Commit f3dd25c

Browse files
authored
Fix typo for MinimizeWindowCommand property on Windows Desktop 6 (#8003)
1 parent bb47b47 commit f3dd25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows/SystemCommands.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196
<ReturnType>System.Windows.Input.RoutedCommand</ReturnType>
197197
</ReturnValue>
198198
<Docs>
199-
<summary>Gets a command that maximizes a window.</summary>
200-
<value>A command that maximizes a window.</value>
199+
<summary>Gets a command that minimizes a window.</summary>
200+
<value>A command that minimizes a window.</value>
201201
<remarks>To be added.</remarks>
202202
</Docs>
203203
</Member>

0 commit comments

Comments
 (0)