diff --git a/Todolist b/Todolist index 24953dfa..5ccd7179 100644 --- a/Todolist +++ b/Todolist @@ -1,5 +1,4 @@ [ IN PROGRESS ] - - (Feature) Add a way to edit repository properties like its source repository [ IMPROVEMENTS / FEATURES ] diff --git a/www/public/resources/js/events/repo/edit.js b/www/public/resources/js/events/repo/edit.js index 14aaa3f1..76feae4b 100644 --- a/www/public/resources/js/events/repo/edit.js +++ b/www/public/resources/js/events/repo/edit.js @@ -10,7 +10,7 @@ $(document).on('submit','#edit-form',function () { var params = []; /** - * Retrive the parameters entered in the form + * Retrieve the parameters entered in the form */ $(this).find('.edit-form-params').each(function () { /** diff --git a/www/public/resources/js/task.js b/www/public/resources/js/task.js index 6f8d3a34..4c7e66b2 100644 --- a/www/public/resources/js/task.js +++ b/www/public/resources/js/task.js @@ -479,7 +479,7 @@ $(document).on('submit','#task-form',function () { var taskParams = []; /** - * Retrive the parameters entered in the form + * Retrieve the parameters entered in the form */ $(this).find('.task-form-params').each(function () { /**