diff --git a/docs/customization.md b/docs/customization.md index c560aaa..7c57b77 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -52,7 +52,7 @@ New (v0.4.2) {: .label .label-green } -In Just the Docs version `0.4.2`, we changed the default syntax highlighting theme for the `light` color scheme to have higher contrast. Users who are want to use the old highlighting need to explicitly opt-in with the deprecated `legacy_light` color scheme. In a future major release of Just the Docs, we will remove this color scheme. +In Just the Docs version `0.4.2`, we changed the default syntax highlighting theme for the `light` color scheme to have higher contrast. Users who want to use the old highlighting need to explicitly opt-in with the deprecated `legacy_light` color scheme. In a future major release of Just the Docs, we will remove this color scheme. ## Custom schemes diff --git a/docs/navigation-structure.md b/docs/navigation-structure.md index cda70dc..23af9b0 100644 --- a/docs/navigation-structure.md +++ b/docs/navigation-structure.md @@ -20,7 +20,7 @@ nav_order: 5 ## Main navigation -The main navigation for your Just the Docs site is on the left side of the page at large screens and on the top (behind a tap) on small screens. The main navigation can be structured to accommodate a multi-level menu system (pages with children and grandchildren). +The main navigation for your Just the Docs site is on the left side of the page on large screens and on the top (behind a tap) on small screens. The main navigation can be structured to accommodate a multi-level menu system (pages with children and grandchildren). By default, all pages will appear as top level pages in the main nav unless a parent page is defined (see [Pages with Children](#pages-with-children)). @@ -300,7 +300,7 @@ This example skips the page name heading (`#`) from the TOC, as well as the head ### Collapsible Table of Contents -The Table of Contents can be made collapsible using the `
` and `` elements , as in the following example. The attribute `open` (expands the Table of Contents by default) and the styling with `{: .text-delta }` are optional. +The Table of Contents can be made collapsible using the `
` and `` elements, as in the following example. The attribute `open` (expands the Table of Contents by default) and the styling with `{: .text-delta }` are optional. ```markdown
diff --git a/docs/utilities/layout.md b/docs/utilities/layout.md index c2f5eb3..264d4c4 100644 --- a/docs/utilities/layout.md +++ b/docs/utilities/layout.md @@ -61,7 +61,7 @@ Use `mx-auto` to horizontally center elements. In Markdown, use the `{: }` wrapper to apply custom classes: ```markdown -This paragraph will have a margin bottom of 1rem/16px at large screens. +This paragraph will have a margin bottom of 1rem/16px on large screens. {: .mb-lg-4 } This paragraph will have 2rem/32px of padding on the right and left at all screen sizes. diff --git a/docs/utilities/utilities.md b/docs/utilities/utilities.md index fe4f780..e18bfc8 100644 --- a/docs/utilities/utilities.md +++ b/docs/utilities/utilities.md @@ -9,5 +9,5 @@ permalink: docs/utilities # Utilities {: .no_toc } -CSS utility classes come in handy when you to want to override default styles to create additional whitespace (margins/padding), correct unexpected shifts in font size or weight, add color, or hide (or show) something at a specific screen size. +CSS utility classes come in handy when you want to override default styles to create additional whitespace (margins/padding), correct unexpected shifts in font size or weight, add color, or hide (or show) something at a specific screen size. {: .fs-6 .fw-300 }