Skip to content

Commit 00768e8

Browse files
authored
Fix casing of 'Windows' to 'windows' in keyboard.md (#22540)
1 parent 6a4adc0 commit 00768e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/keyboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If the shortcut contains some "ambiguous" modifiers (eg. `ctrl`, or `cmd`, or `w
6060
```js
6161
{
6262
macOS: { modifiers: ["cmd", "shift"], key: "c" },
63-
Windows: { modifiers: ["ctrl", "shift"], key: "c" },
63+
windows: { modifiers: ["ctrl", "shift"], key: "c" },
6464
}
6565
```
6666

0 commit comments

Comments
 (0)