From a6606c6957682f3403cc9feb20331082f60f11c1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Sat, 16 Oct 2021 09:36:39 +0300 Subject: [PATCH] docs/Getting_Started.md: Fix a typo Fix a minor typo in the getting started page. Signed-off-by: Leon Anavi --- docs/Getting_Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting_Started.md b/docs/Getting_Started.md index fee0c48..93e54b9 100644 --- a/docs/Getting_Started.md +++ b/docs/Getting_Started.md @@ -67,7 +67,7 @@ First, be sure to understand how your device work, and particularly its specific And to go even further: - [Sequences](sequences.md) are used for sending multiple keystrokes in a single action - [Layers](layers.md) can transform the whole way your keyboard is behaving with a single touch -- [ModTap](modtap.md) allow you tu customize the way a key behaves wether it is tapped or hold, and [TapDance](tapdance.md) depending on the number of times it is pressed +- [ModTap](modtap.md) allow you to customize the way a key behaves wether it is tapped or hold, and [TapDance](tapdance.md) depending on the number of times it is pressed Want to have fun features such as RGB, split keyboards and more? Check out what builtin [modules](modules.md) and [extensions](extensions.md) can do! You can also get ideas from the various [user examples](https://github.com/KMKfw/user_keymaps) that we provide and dig into our [documentation](https://github.com/KMKfw/kmk_firmware/tree/master/docs)