From 2e42f52c3843fc57b5f84e1aa1b7a6abfac8474b Mon Sep 17 00:00:00 2001 From: Gareth Hancock Date: Sun, 20 Jun 2021 14:15:43 +0100 Subject: [PATCH] Fix minor typos in Tap Dance documentation Signed-off-by: Gareth Hancock --- plugins/Kaleidoscope-DynamicTapDance/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Kaleidoscope-DynamicTapDance/README.md b/plugins/Kaleidoscope-DynamicTapDance/README.md index 0ba28277..d98ad636 100644 --- a/plugins/Kaleidoscope-DynamicTapDance/README.md +++ b/plugins/Kaleidoscope-DynamicTapDance/README.md @@ -77,7 +77,7 @@ The plugin provides a `DynamicTapDance` object, with the following methods and p ## Focus commands -The plugin provides one Focus command: `tapdance.ap`. +The plugin provides one Focus command: `tapdance.map`. ### `tapdance.map [dances...]` @@ -87,7 +87,7 @@ The plugin provides one Focus command: `tapdance.ap`. > storage space, even data after the final marker. > > With arguments, it replaces the current set of dynamic dances with the newly -> given ones. Dances are terminated by an end marker, and the last macro must be +> given ones. Dances are terminated by an end marker, and the last dance must be > terminated by an additional one. It is up to the caller to make sure these > rules are obeyed. >