diff options
author | leviport <levi@system76.com> | 2022-03-19 10:37:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 16:37:35 +0000 |
commit | 3502bbbd16feff23ac020ed561ebfef95cc271e8 (patch) | |
tree | eeb8b2779b0c5fa223b365efed3b999da80ae90b | |
parent | e354cbe7820cec45f0514de930ba60b3c19cb290 (diff) | |
download | qmk_firmware-3502bbbd16feff23ac020ed561ebfef95cc271e8.tar.gz qmk_firmware-3502bbbd16feff23ac020ed561ebfef95cc271e8.zip |
Fix typo in docs/ref_functions.md (#16690)
-rw-r--r-- | docs/ref_functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref_functions.md b/docs/ref_functions.md index 209dcef722..a25c326b43 100644 --- a/docs/ref_functions.md +++ b/docs/ref_functions.md @@ -1,6 +1,6 @@ # List of Useful Core Functions To Make Your Keyboard Better -There are a lot of hidden functions in QMK that are incredible useful, or may add a bit of functionality that you've been wanting. Functions that are specific to certain features are not included here, as those will be on their respective feature page. +There are a lot of hidden functions in QMK that are incredibly useful, or may add a bit of functionality that you've been wanting. Functions that are specific to certain features are not included here, as those will be on their respective feature page. ## (OLKB) Tri Layers :id=olkb-tri-layers |