From: Jeremy Caney Date: Fri, 20 Nov 2020 22:14:08 +0000 (-0800) Subject: docs: used title case for Browser History section X-Git-Tag: v6.7.1~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12178%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: used title case for Browser History section Most sections across the documentation use title case. Magellan's section on `data-deep-link` used sentence case (i.e., "Browser history"). I've updated this to title case (i.e., "Browser History") for consistency. --- diff --git a/docs/pages/magellan.md b/docs/pages/magellan.md index 17508b03d..a90e7642d 100644 --- a/docs/pages/magellan.md +++ b/docs/pages/magellan.md @@ -90,7 +90,7 @@ This below example is a simplified version of the table of contents on the right --- -## Browser history +## Browser History When the `data-deep-link` option is set to `true`, the active section of Magellan is recorded by adding a hash with the active Magellan section ID to the browser URL. By default, Magellan *replaces* the browser history (using `history.replaceState()`).