From f5b93130d761606ff29f67f66a3b2aaa16ec76af Mon Sep 17 00:00:00 2001 From: Wilbur Powery Date: Wed, 8 Nov 2017 16:03:57 -0600 Subject: [PATCH] fixes typo --- docs/source/_assets/js/nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_assets/js/nav.js b/docs/source/_assets/js/nav.js index 2394f7b8f..8357befe6 100644 --- a/docs/source/_assets/js/nav.js +++ b/docs/source/_assets/js/nav.js @@ -36,7 +36,7 @@ $.when($.ready).then(function() { // Scroll to the top of the page $(document).scrollTop(0) - // Add page load to brower history + // Add page load to browser history window.history.pushState({ 'href': href, 'title': title,