Skip to content

Commit 962321e

Browse files
dathbeKristjanESPERANTO
authored andcommitted
Spelling
1 parent 4964b2a commit 962321e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check_modules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ def check_modules():
373373
module["issues"].append("Warning: No LICENSE file.")
374374

375375
if "CHANGELOG" not in str(sorted(module_directory_path.rglob("*"))):
376-
module["issues"].append("Recommendation: There ist no CHANGELOG file. It is recommended to add one.")
376+
module["issues"].append("Recommendation: There is no CHANGELOG file. It is recommended to add one.")
377377

378378
if "CODE_OF_CONDUCT" not in str(sorted(module_directory_path.rglob("*"))):
379-
module["issues"].append("Recommendation: There ist no CODE_OF_CONDUCT file. It is recommended to add one.")
379+
module["issues"].append("Recommendation: There is no CODE_OF_CONDUCT file. It is recommended to add one.")
380380

381381
if "eslintrc" in str(sorted(module_directory_path.rglob("*"))):
382382
module["issues"].append(

0 commit comments

Comments
 (0)