diff --git a/burpui/templates/js/settings.js b/burpui/templates/js/settings.js index 90d3359d..3c6f49ff 100644 --- a/burpui/templates/js/settings.js +++ b/burpui/templates/js/settings.js @@ -152,7 +152,7 @@ app.controller('ConfigCtrl', function($scope, $http) { return; } }); - /* The below forEach is a function, as we cannot exit two levels at once + /* The above forEach is a function, as we cannot exit two levels at once * we need this check & return */ if (!sbm) { return;