Skip to content

Commit

Permalink
Fix typo in README.md (#32466)
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik <pratikrajput1199@gmail.com>
  • Loading branch information
prrajput1199 authored Feb 13, 2023
1 parent 2e9b834 commit 997e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ Please note that the parsing is extremely simple (regex replace) and will not su

## Testing changes locally

If you want to run the preprocessing locally on a specific file (to eg. see how it will render after docs have been built), run `source/preprocess_github_markdown.py PATH_TO_MARKDOWN_FILE PATH_TO_PREPROCESSED_MARKDOWN_FILE`. Make sure to also edit `EXTERNAL_MARKDOWN_FILES` in `source/custom_directives.py` so that your file does not get overwritten by one downloaded form GitHub.
If you want to run the preprocessing locally on a specific file (to eg. see how it will render after docs have been built), run `source/preprocess_github_markdown.py PATH_TO_MARKDOWN_FILE PATH_TO_PREPROCESSED_MARKDOWN_FILE`. Make sure to also edit `EXTERNAL_MARKDOWN_FILES` in `source/custom_directives.py` so that your file does not get overwritten by one downloaded from GitHub.

0 comments on commit 997e95e

Please sign in to comment.