From ef4d41c80aec498798f78699f00305b14a65225d Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 27 Oct 2017 10:12:48 +0200 Subject: [PATCH] fix type --- src/Umbraco.Web.UI.Client/src/common/services/tour.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js b/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js index 6e3181876f..f9f21191ff 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js @@ -133,7 +133,7 @@ * * @description * Returns the current tour - * @returns {Array} Returns the current tour + * @returns {Object} Returns the current tour */ function getCurrentTour() { return currentTour;