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").
## 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).