Skip to content

Commit 8e3941d

Browse files
authored
Fix close tag on keyboard shortcut page (#179)
1 parent 0324cd2 commit 8e3941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/running-the-course/keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
There are several useful keyboard shortcuts in mdBook:
44

5-
* <kbd>Arrow-Left</kdb>: Navigate to the previous page.
5+
* <kbd>Arrow-Left</kbd>: Navigate to the previous page.
66
* <kbd>Arrow-Right</kbd>: Navigate to the next page.
77
* <kbd>Ctrl + Enter</kbd>: Execute the code sample that has focus.
88
* <kbd>s</kbd>: Activate the search bar.

0 commit comments

Comments
 (0)