diff options
author | Perry Thompson | 2021-06-17 20:55:39 +0000 |
---|---|---|
committer | BenoƮt Cortier | 2021-06-17 22:39:29 +0000 |
commit | f65db9397a2d832f7ef873ea416f13f8fb07cb74 (patch) | |
tree | 8202673fe310c30a096ab8b1b2f30b93ec5df70b /book/src | |
parent | 14db2cc68b3e9911f64e675c32800f8cc7b2a5ed (diff) |
Fix typos in Markdown documentation
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/remapping.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/book/src/remapping.md b/book/src/remapping.md index 313ac72e..610d5179 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -26,9 +26,9 @@ Control, Shift and Alt modifiers are encoded respectively with the prefixes * Space => "space" * Return/Enter => "ret" * < => "lt" -* > => "gt" -* + => "plus" -* - => "minus" +* \> => "gt" +* \+ => "plus" +* \- => "minus" * ; => "semicolon" * % => "percent" * Left => "left" |