From 95d5fcf87f2d2898e6691307ed66dc25af25a8f0 Mon Sep 17 00:00:00 2001 From: meinharrd Date: Sun, 25 Jan 2015 14:44:20 +0100 Subject: [PATCH] Fix typo --- js/agency.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/agency.js b/js/agency.js index 30dffa0..331f5c7 100644 --- a/js/agency.js +++ b/js/agency.js @@ -1,5 +1,5 @@ /*! - * Start Bootstrap - Agnecy Bootstrap Theme (http://startbootstrap.com) + * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ @@ -23,4 +23,4 @@ $('body').scrollspy({ // Closes the Responsive Menu on Menu Item Click $('.navbar-collapse ul li a').click(function() { $('.navbar-toggle:visible').click(); -}); \ No newline at end of file +});