File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,5 +55,8 @@ This script will run all (or selected) docs markdown files through the open ai a
5555python fix_grammar_gpt.py
5656
5757# Fix grammar for all files that have the string "walkthrough" in the filepath
58- python check_embedded_snippets.py -f walkthrough
58+ python fix_grammar_gpt.py -f walkthrough
59+
60+ # Fix grammar for the particular file
61+ python fix_grammar_gpt.py -f ../website/docs/intro.md
5962```
Original file line number Diff line number Diff line change 4141 parser .add_argument (
4242 "-f" ,
4343 "--files" ,
44- help = "Filter .md files to files containing this string in filename " ,
44+ help = "Specify the file name. Grammar Checker will filter all .md files containing this string in the filepath. " ,
4545 type = str ,
4646 )
4747
You can’t perform that action at this time.
0 commit comments