~ruther/qmk_firmware

64603ab647c07f3b7574e59ebbd2f92457588152 — shela 5 years ago ca946f6
fix typo (#9695)

1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_stenography.md
M docs/feature_stenography.md => docs/feature_stenography.md +1 -1
@@ 58,7 58,7 @@ On the display tab click 'Open stroke display'. With Plover disabled you should 

## Interfacing with the code :id=interfacing-with-the-code

The 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.
The 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.

```c
bool send_steno_chord_user(steno_mode_t mode, uint8_t chord[6]);