diff --git a/CHANGELOG b/CHANGELOG index 4f0cd87a3..a2de60692 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -517,7 +517,7 @@ mkdocs-material-8.2.15+insiders-4.15.2 (2022-05-22) mkdocs-material-8.2.15+insiders-4.15.1 (2022-05-14) - * Improved performance of element focus obervables + * Improved performance of element focus observables * Fixed #3531: Added prev/next buttons to content tabs * Fixed tooltip positioning when host element is hidden @@ -648,7 +648,7 @@ mkdocs-material-8.2.3 (2022-02-27) mkdocs-material-8.2.2 (2022-02-26) * Added automatic removal of query parameter when search is closed - * Fixed #3599: Anchors always overriden when using navigation tracking + * Fixed #3599: Anchors always overridden when using navigation tracking mkdocs-material-8.2.1+insiders-4.9.1 (2022-02-21) @@ -864,7 +864,7 @@ mkdocs-material-8.0.0 (2021-11-28) * Removed deprecated prebuilt search index support * Removed deprecated web app manifest – use customization * Removed extracopyright variable – use new copyright partial - * Removed Disqus integation – use customization + * Removed Disqus integration – use customization * Switched to :is() selectors for simple selector lists * Switched autoprefixer from last 4 years to last 2 years * Improved CSS overall to match modern standards diff --git a/docs/reference/diagrams.md b/docs/reference/diagrams.md index 458ef8f1d..ffdefdef2 100644 --- a/docs/reference/diagrams.md +++ b/docs/reference/diagrams.md @@ -38,8 +38,8 @@ No further configuration is necessary. Advantages over a custom integration: [^1]: While all [Mermaid.js] features should work out-of-the-box, Material for MkDocs will currently only adjust the fonts and colors for flowcharts, - sequence diagrams, class diagams, state diagrams and entity relationship - diagrams. See the section on [other diagrams] for more informaton why this + sequence diagrams, class diagrams, state diagrams and entity relationship + diagrams. See the section on [other diagrams] for more information why this is currently not implemented for all diagrams. [Diagrams support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.2.0 diff --git a/docs/setup/ensuring-data-privacy.md b/docs/setup/ensuring-data-privacy.md index 4cf696393..9bc3d0e98 100644 --- a/docs/setup/ensuring-data-privacy.md +++ b/docs/setup/ensuring-data-privacy.md @@ -331,7 +331,7 @@ The following configuration options are available for external links: The [built-in privacy plugin] scans the resulting HTML for links to external resources, including external scripts, style sheets, images and web fonts, and -downloads them to bundle them with your documentation site. Every URL refering +downloads them to bundle them with your documentation site. Every URL referring to an external resource, no matter if part of a template or Markdown file, is then replaced with the URL to the local copy. An example: diff --git a/docs/setup/setting-up-versioning.md b/docs/setup/setting-up-versioning.md index aee3acaf4..00f153f00 100644 --- a/docs/setup/setting-up-versioning.md +++ b/docs/setup/setting-up-versioning.md @@ -107,7 +107,7 @@ Make sure that this matches the [default version]. ## Usage While this section outlines the basic workflow for publishing new versions, -it's best to check out [mike's documentation][mike] to make yourself familar +it's best to check out [mike's documentation][mike] to make yourself familiar with its mechanics. ### Publishing a new version diff --git a/docs/upgrade.md b/docs/upgrade.md index ccc161f10..65e0be071 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -112,7 +112,7 @@ changes into your templates. A good starting point is to [inspect the diff]. - Removed deprecated prebuilt search index support - Removed deprecated web app manifest – use customization - Removed `extracopyright` variable – use new `copyright` partial -- Removed Disqus integation – use customization +- Removed Disqus integration – use customization - Switched to `:is()` selectors for simple selector lists - Switched autoprefixer from `last 4 years` to `last 2 years` - Improved CSS overall to match modern standards