From d45605449150eea9ae68605ed9d98b64b554858e Mon Sep 17 00:00:00 2001 From: Jeremy Caney Date: Fri, 20 Nov 2020 14:14:08 -0800 Subject: [PATCH] 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. --- docs/pages/magellan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`). -- 2.47.2