diff --git a/guide/src/guide/reading.md b/guide/src/guide/reading.md index 704f4bcc..fd818369 100644 --- a/guide/src/guide/reading.md +++ b/guide/src/guide/reading.md @@ -42,14 +42,14 @@ Tapping the menu bar will scroll the page to the top. ## Search Each book has a built-in search system. -Pressing the search icon () in the menu bar, or pressing the `/` or `S` key on the keyboard will open an input box for entering search terms. +Pressing the search icon () in the menu bar, or pressing the / or S key on the keyboard will open an input box for entering search terms. Typing some terms will show matching chapters and sections in real time. Clicking any of the results will jump to that section. The up and down arrow keys can be used to navigate the results, and enter will open the highlighted section. After loading a search result, the matching search terms will be highlighted in the text. -Clicking a highlighted word or pressing the `Esc` key will remove the highlighting. +Clicking a highlighted word or pressing the Escape key will remove the highlighting. ## Code blocks