diff --git a/CHANGELOG b/CHANGELOG
index 4f0cd87a3d09319faf14049e70f6b48a9b9175f3..a2de6069273ee9ad3decfec0c4a8e9b70ddfb674 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 458ef8f1dbfc7e3cc633da9becc740319f233f2d..ffdefdef2c50ee4287b8223c610100f0a00cefc5 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 4cf69639303f6cc7ced902dd352175d9ec3f7a82..9bc3d0e987a3c5105ae413fee2cbc556c68e2da0 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 aee3acaf4865114459a127afaa0aa0714d34babc..00f153f00a31bd81b79d7902a4c356e1542d635d 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 ccc161f109a2c3035a8ec8f7b9185a235829125f..65e0be0713aade015143ed9ede741462cda5b12d 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