Skip to content

Commit

Permalink
fix typo (qmk#9695)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelaf authored Jul 11, 2020
1 parent ca946f6 commit 64603ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_stenography.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 64603ab

Please sign in to comment.