Skip to content

Commit

Permalink
feat: Updated ./tools/typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 26, 2023
1 parent eec18f7 commit 1beae5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/typos
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ def check_typos(filename):
print(f'Typo found in file {filename}, line {line_number}: "{typo}" should be "{correct}"')

if __name__ == '__main__':
os.system('chmod +x ./tools/typos')
check_typos(os.path.join(os.path.dirname(__file__), '../CONTRIBUTING.md'))
check_typos(os.path.join(os.path.dirname(__file__), '../README.md'))

0 comments on commit 1beae5a

Please sign in to comment.