summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2022-02-11 00:16:01 +0800
committerGitHub <noreply@github.com>2022-02-10 16:16:01 +0000
commitf66293903783a4a20e7af30b3664f2a7d04eb3c2 (patch)
treeed2bb3cdff5f64ef109c7d7200ce26ce356edc57 /docs
parent3e5cb1da0fc14e50283b113c521502178159c4d9 (diff)
Sentence structure update (#16306)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_encoders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md
index 37d5a75311..6a1a3750a6 100644
--- a/docs/feature_encoders.md
+++ b/docs/feature_encoders.md
@@ -85,7 +85,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
}
```
-!> If you return `true`, this will allow the keyboard level code to run, as well. Returning `false` will override the keyboard level code. Depending on how the keyboard level function is set up.
+!> If you return `true`, it will allow the keyboard level code to run as well. Returning `false` will override the keyboard level code, depending on how the keyboard function is set up.
Layer conditions can also be used with the callback function like the following: