diff --git a/Gov.News.WebApp/Views/Shared/_Layout.cshtml b/Gov.News.WebApp/Views/Shared/_Layout.cshtml
index fa785088..5adac64e 100644
--- a/Gov.News.WebApp/Views/Shared/_Layout.cshtml
+++ b/Gov.News.WebApp/Views/Shared/_Layout.cshtml
@@ -128,7 +128,7 @@
-
@@ -452,7 +452,7 @@
$('body').css('overflow-y', 'hidden');
$("#ministry-dropdown").addClass("active");
},
- "hiden.bs.collapse": function (e) {
+ "hide.bs.collapse": function (e) {
$("#icon-dropdown").find('i.fa').removeClass('fa-angle-up').addClass('fa-angle-down');
//$("#menu").attr("aria-hidden","true");
$('body').css('overflow-y', 'scroll');