diff options
| author | Pascal Getreuer | 2025-06-28 05:21:12 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-28 05:21:12 +0200 |
| commit | b42191a2dda9b52470c1fd8cca341fe5f7ca0576 (patch) | |
| tree | 036a60f1f9adb68f5b61408a73dbf6b4c5d0f6a3 /docs | |
| parent | 36636205ddc835a6bb6f630179cd9395ea8b0689 (diff) | |
[Docs] Fix typo in Chordal Hold example JSON, comma to colon. (#25424)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tap_hold.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tap_hold.md b/docs/tap_hold.md index 55cb64a498..164be229f6 100644 --- a/docs/tap_hold.md +++ b/docs/tap_hold.md @@ -602,7 +602,7 @@ either `"L"`, `"R"`, or `"*"`. Note that if `"layouts"` contains multiple layouts, only the first one is read. For example: ```json -{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand", "*"}, +{"matrix": [5, 6], "x": 0, "y": 5.5, "w": 1.25, "hand": "*"}, ``` Alternatively, handedness may be defined functionally with |