From 50616c3b88c8573275108a16652d27d93bd7bb7a Mon Sep 17 00:00:00 2001 From: David Miller Date: Fri, 31 Mar 2017 18:16:22 -0400 Subject: [PATCH] minor text fix --- js/agency.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/agency.js b/js/agency.js index c39a7ad..c194fe9 100644 --- a/js/agency.js +++ b/js/agency.js @@ -1,7 +1,7 @@ (function($) { "use strict"; // Start of use strict - // Smooth scrolling using jQuery Easing + // Smooth scrolling using jQuery easing $('a[href*="#"]:not([href="#"])').click(function() { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { var target = $(this.hash);