aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ChangeLog/20200229.md
diff options
context:
space:
mode:
authorQMK Bot2025-09-09 23:51:51 +0200
committerQMK Bot2025-09-09 23:51:51 +0200
commitff8db0449edd488ae4440e8c102a0752f76f46c3 (patch)
tree90bc046e8318fdcbff38acd932490d2dcf0ba553 /docs/ChangeLog/20200229.md
parent7772f47f04f54cf64db8719a49a225013013aee1 (diff)
parent09ab67c0440d8e5e3faf832d23eb1b754845a573 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/ChangeLog/20200229.md')
-rw-r--r--docs/ChangeLog/20200229.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ChangeLog/20200229.md b/docs/ChangeLog/20200229.md
index 02bca3e371..fd075c24e0 100644
--- a/docs/ChangeLog/20200229.md
+++ b/docs/ChangeLog/20200229.md
@@ -36,7 +36,7 @@ Four times a year QMK runs a process for merging Breaking Changes. A Breaking Ch
## Encoder flip
* Flips the encoder direction so that `clockwise == true` is for actually turning the knob clockwise
-* Adds `ENCODER_DIRECTION_FLIP` define, so that reversing the expected dirction is simple for users.
+* Adds `ENCODER_DIRECTION_FLIP` define, so that reversing the expected direction is simple for users.
* Cleans up documentation page for encoders