diff --git a/rules/S2310/javascript/metadata.json b/rules/S2310/javascript/metadata.json index e7d2725cb0..e841c8d408 100644 --- a/rules/S2310/javascript/metadata.json +++ b/rules/S2310/javascript/metadata.json @@ -1,5 +1,5 @@ { - "title": "Loop counters should not be assigned to from within the loop body", + "title": "Loop counters should not be assigned within the loop body", "type": "CODE_SMELL", "status": "deprecated", "remediation": {