Skip to content

Commit b42191a

Browse files
authored
[Docs] Fix typo in Chordal Hold example JSON, comma to colon. (#25424)
1 parent 3663620 commit b42191a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tap_hold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ either `"L"`, `"R"`, or `"*"`. Note that if `"layouts"` contains multiple
602602
layouts, only the first one is read. For example:
603603
604604
```json
605-
{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand", "*"},
605+
{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand": "*"},
606606
```
607607

608608
Alternatively, handedness may be defined functionally with

0 commit comments

Comments
 (0)