Skip to content

Commit 72d448c

Browse files
committed
Docs: update for the new API release
1 parent f579ec7 commit 72d448c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.103.5"
2+
"version": "1.103.6"
33
}

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)