Fix a typo
diff --git a/js/ui-helper.js b/js/ui-helper.js
index fa0e156..ecb7549 100644
--- a/js/ui-helper.js
+++ b/js/ui-helper.js
@@ -1,4 +1,4 @@
-var buildMoblieSideNav = function () {
+var buildMobileSideNav = function () {
var navMenu = document.querySelector('nav ul')
var mobileMenu = navMenu.cloneNode(true)
@@ -70,7 +70,7 @@
}
}
-buildMoblieSideNav()
+buildMobileSideNav()
addBackground()
wrapAll('#community h3', 'community-title-wrapper')
wrapAll('.description-images img', 'description-image-wrapper')