From d3c97fd7a351277c759fce18650c4aef66665a6f Mon Sep 17 00:00:00 2001 From: Josep Roca Date: Thu, 6 Apr 2023 22:08:59 +0300 Subject: [PATCH] Fix typo --- docs/docs/behaviors/sticky-key.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/behaviors/sticky-key.md b/docs/docs/behaviors/sticky-key.md index 37fb89ea..8f99fa4f 100644 --- a/docs/docs/behaviors/sticky-key.md +++ b/docs/docs/behaviors/sticky-key.md @@ -75,7 +75,7 @@ This configuration would apply to all sticky keys. This may not be appropriate i }; ``` -If you combine multiple modifiers in a single key, like for example `&skq LS(LALT)`, you might need to add the `ignore-modifiers;` setting because it is not inherited from the default `&sq` behaviour. +If you combine multiple modifiers in a single key, like for example `&skq LS(LALT)`, you might need to add the `ignore-modifiers;` setting because it is not inherited from the default `&sq` behavior. ### Advanced usage