mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
[ShortcutGuide]Fix typo (#28990)
Fixes simple typo/grammar errors It's easier to understand if it is spelled correctly. This is especially important for those for whom english may not be their first language. Signed-off-by: brian teeman <brian@teeman.net>
This commit is contained in:
@@ -73,7 +73,7 @@ namespace
|
|||||||
result.hwnd = active_window;
|
result.hwnd = active_window;
|
||||||
// In reality, Windows Snap works if even one of those styles is set
|
// In reality, Windows Snap works if even one of those styles is set
|
||||||
// for a window, it is just limited. If there is no WS_MAXIMIZEBOX using
|
// for a window, it is just limited. If there is no WS_MAXIMIZEBOX using
|
||||||
// WinKey + Up just won't maximize the window. Similary, without
|
// WinKey + Up just won't maximize the window. Similarly, without
|
||||||
// WS_MINIMIZEBOX the window will not get minimized. A "Save As..." dialog
|
// WS_MINIMIZEBOX the window will not get minimized. A "Save As..." dialog
|
||||||
// is a example of such window - it can be snapped to both sides and to
|
// is a example of such window - it can be snapped to both sides and to
|
||||||
// all screen corners, but will not get maximized nor minimized.
|
// all screen corners, but will not get maximized nor minimized.
|
||||||
|
|||||||
Reference in New Issue
Block a user