From 2afa7201cee0e75a3778d5b0ffa09cf96224502d Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 27 Apr 2021 10:20:43 +0200 Subject: [PATCH] Fix comment --- src/Umbraco.Web.UI.Client/src/navigation.controller.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/navigation.controller.js b/src/Umbraco.Web.UI.Client/src/navigation.controller.js index 06a7a62b88..11bea9b275 100644 --- a/src/Umbraco.Web.UI.Client/src/navigation.controller.js +++ b/src/Umbraco.Web.UI.Client/src/navigation.controller.js @@ -298,8 +298,7 @@ function NavigationController($scope, $rootScope, $location, $log, $q, $routePar } /** - * Based on the current state of the application, this configures the scope variables that - * l the main tree and language drop down + * Based on the current state of the application, this configures the scope variables that control the main tree and language drop down */ function configureTreeAndLanguages() {