]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: standardize Magellan as a proper noun
authorJeremy Caney <Jeremy.Caney@Ignia.com>
Fri, 20 Nov 2020 22:07:17 +0000 (14:07 -0800)
committerGitHub <noreply@github.com>
Fri, 20 Nov 2020 22:07:17 +0000 (14:07 -0800)
In most of the documentation, Magellan is referenced as a proper noun. In the _Browser history_ section, however, it was referenced as a common noun. I've updated it to be consistently treated as a proper noun, with a capital "M" and no article (e.g., "Magellan" not "the magellan").

docs/pages/magellan.md

index 78672a4393e69f72b048d779cbc8ab89e4e6e51a..e678332c9fbc72719fcca131f19163f0d637aee5 100644 (file)
@@ -92,6 +92,6 @@ This below example is a simplified version of the table of contents on the right
 
 ## Browser history
 
-When the `data-deep-link` option is set to `true`, the active section of the magellan is recorded by adding a hash with the active magellan section ID to the browser URL. By default, magellan *replace* the browser history (using `history.replaceState()`).
+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 *replace* the browser history (using `history.replaceState()`).
 
-Modify this behavior by using attribute `data-update-history="true"` to *append* to the browser history (using `history.pushState()`). In the latter case the browser back button will track each section the magellan gone through (in most case, this is not recommended).
+Modify this behavior by using attribute `data-update-history="true"` to *append* to the browser history (using `history.pushState()`). In the latter case the browser back button will track each section Magellan gone through (in most case, this is not recommended).