Skip to content

Commit

Permalink
Update fix grammar instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletM committed Mar 20, 2024
1 parent 65af4f1 commit 723233f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ This script will run all (or selected) docs markdown files through the open ai a
python fix_grammar_gpt.py

# Fix grammar for all files that have the string "walkthrough" in the filepath
python check_embedded_snippets.py -f walkthrough
python fix_grammar_gpt.py -f walkthrough

# Fix grammar for the particular file
python fix_grammar_gpt.py -f ../website/docs/intro.md
```
2 changes: 1 addition & 1 deletion docs/tools/fix_grammar_gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
parser.add_argument(
"-f",
"--files",
help="Filter .md files to files containing this string in filename",
help="Specify the file name. Grammar Checker will filter all .md files containing this string in the filepath.",
type=str,
)

Expand Down

0 comments on commit 723233f

Please sign in to comment.