diff --git a/packages/core/admin/ee/server/services/review-workflows/stages.js b/packages/core/admin/ee/server/services/review-workflows/stages.js index 45ce9490d0..de9d9f1545 100644 --- a/packages/core/admin/ee/server/services/review-workflows/stages.js +++ b/packages/core/admin/ee/server/services/review-workflows/stages.js @@ -196,7 +196,7 @@ function assertAtLeastOneStageRemain(workflowStages, diffStages) { * Used for searching for the nearest stage that is not deleted. * Starts by searching the elements before the index, then the remaining elements in the array. * - * @param {Array} stages of stages + * @param {Array} stages * @param {Number} startIndex the index to start searching from * @param {Function} condition must evaluate to true for the object to be considered a match * @returns {Number}