Skip to content

Commit 9513129

Browse files
dathbeKristjanESPERANTO
authored andcommitted
Grammar correction
1 parent 962321e commit 9513129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def check_modules():
467467
markdown_output += "| | number |\n"
468468
markdown_output += "|:---------------------|:--------:|\n"
469469
markdown_output += f"| modules analyzed | { stats['moduleCounter']:>6} |\n"
470-
markdown_output += f"| maintainer | { len(stats['maintainer']):>6} |\n"
470+
markdown_output += f"| maintainers | { len(stats['maintainer']):>6} |\n"
471471
markdown_output += f"| modules with issues | {stats['modulesWithIssuesCounter']:>6} |\n"
472472
markdown_output += f"| issues | { stats['issueCounter']:>6} |\n"
473473

0 commit comments

Comments
 (0)