From c99465a4d88a19c661df6241ffea4dfc23ce8668 Mon Sep 17 00:00:00 2001 From: C3pa <41503714+C3pa@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:12:35 +0200 Subject: [PATCH] Update choosing-your-theme.md Fixes some grammar errors on Choosing your theme page --- docs/user-guide/choosing-your-theme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/choosing-your-theme.md b/docs/user-guide/choosing-your-theme.md index ea7da128..3af93499 100644 --- a/docs/user-guide/choosing-your-theme.md +++ b/docs/user-guide/choosing-your-theme.md @@ -18,7 +18,7 @@ theme: ## mkdocs -The default theme, which was built as a custom [Bootstrap] theme, supports most +The default theme, which was built as a custom [Bootstrap] theme, supports almost every feature of MkDocs. ![mkdocs](../img/mkdocs.png) @@ -75,11 +75,11 @@ supports the following options: search: 83 # s ``` - All values must be numeric key codes. It is best to use keys which are + All values must be numeric key codes. It is best to use keys that are available on all keyboards. You may use to determine the key code for a given key. - * __`help`__: Display a help modal which lists the keyboard shortcuts. + * __`help`__: Display a help modal that lists the keyboard shortcuts. Default: `191` (?) * __`next`__: Navigate to the "next" page. Default: `78` (n) @@ -115,7 +115,7 @@ supports the following options: ## readthedocs A clone of the default theme used by the [Read the Docs] service, which offers -the same restricted feature-set as its parent theme. Like its parent theme, only +the same restricted feature set as its parent theme. Like its parent theme, only two levels of navigation are supported. ![ReadTheDocs](../img/readthedocs.png)