Skip to content

Commit 9f75fee

Browse files
Update scripts/check-md-links.py
Co-authored-by: Артём Пешков <47276660+ArtyomPeshkov@users.noreply.github.com>
1 parent f111972 commit 9f75fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-md-links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def check_links_in_markdown(file_path : str):
4949
return False
5050
def main():
5151
parser = argparse.ArgumentParser(
52-
description="Check are all links in given markdown file are correct pathes to some files or the links to the avaliable sites"
52+
description="Check that all the links in given markdown file are correct pathes to some files or the links to the avaliable sites"
5353
)
5454
parser.add_argument("-f", "--file", help="Path to the file to be checked", required=True)
5555
args = parser.parse_args()

0 commit comments

Comments
 (0)