diff options
author | Manuel Transfeld <auipga@users.noreply.github.com> | 2021-10-21 04:54:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 22:54:48 -0400 |
commit | 05167c65394083d6ea7c31f8b74dba32cd3d44ef (patch) | |
tree | 181e874b7b5b7927d2fdef98c24d87f8cf0f4fe7 /docs | |
parent | e6c815f1b0b1bae88a373fa0633e0e6d8db9cafd (diff) |
fix(docs): Typo fix, open -> upon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behaviors/layers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behaviors/layers.md b/docs/docs/behaviors/layers.md index 098952e..5aa9887 100644 --- a/docs/docs/behaviors/layers.md +++ b/docs/docs/behaviors/layers.md @@ -27,7 +27,7 @@ This allows you to use those defines, e.g. `LOWER` later in your keymap. ## Momentary Layer The "momentary layer" behavior enables a layer while a certain key is pressed. Immediately upon -activation of the key, the layer is enabled, and immediately open release of the key, the layer is disabled +activation of the key, the layer is enabled, and immediately upon release of the key, the layer is disabled again. ### Behavior Binding |