aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshela <shelaf@users.noreply.github.com>2020-07-11 22:06:33 +0900
committerGitHub <noreply@github.com>2020-07-11 23:06:33 +1000
commit64603ab647c07f3b7574e59ebbd2f92457588152 (patch)
treee3b7509a50156adb0899e8f4ca955dc6f9664f3b
parentca946f61165ba6e7cfa33bee1c5ed895c67c0e74 (diff)
downloadqmk_firmware-64603ab647c07f3b7574e59ebbd2f92457588152.tar.gz
qmk_firmware-64603ab647c07f3b7574e59ebbd2f92457588152.zip
fix typo (#9695)
-rw-r--r--docs/feature_stenography.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_stenography.md b/docs/feature_stenography.md
index 099993f85..148d61b04 100644
--- a/docs/feature_stenography.md
+++ b/docs/feature_stenography.md
@@ -58,7 +58,7 @@ On the display tab click 'Open stroke display'. With Plover disabled you should
58 58
59## Interfacing with the code :id=interfacing-with-the-code 59## Interfacing with the code :id=interfacing-with-the-code
60 60
61The steno code has three interceptible hooks. If you define these functions, they will be called at certain points in processing; if they return true, processing continues, otherwise it's assumed you handled things. 61The steno code has three interceptable hooks. If you define these functions, they will be called at certain points in processing; if they return true, processing continues, otherwise it's assumed you handled things.
62 62
63```c 63```c
64bool send_steno_chord_user(steno_mode_t mode, uint8_t chord[6]); 64bool send_steno_chord_user(steno_mode_t mode, uint8_t chord[6]);