diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e6dab18..6469aea5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 
 ### Bug Fixes
 
+- Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)
 - Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
 - Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)
 
diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md
index 83b222f5..db759420 100644
--- a/docs/_docs/18-history.md
+++ b/docs/_docs/18-history.md
@@ -5,7 +5,7 @@ permalink: /docs/history/
 excerpt: "Change log of enhancements and bug fixes made to the theme."
 sidebar:
   nav: docs
-last_modified_at: 2020-05-01T10:11:23-04:00
+last_modified_at: 2020-05-01T10:12:30-04:00
 toc: false
 ---
 
@@ -22,6 +22,7 @@ toc: false
 
 ### Bug Fixes
 
+- Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)
 - Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
 - Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)