Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Croft authored and Joshua Croft committed Oct 3, 2024
1 parent 4c591fe commit c5d8956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/spelling/check_spelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
spell = SpellChecker()

# Load custom dictionary
custom_dict_path = 'known_words_corpus.txt'
custom_dict_path = '.github/spelling/known_words_corpus.txt'
with open(custom_dict_path, 'r') as f:
custom_words = set(line.strip().lower() for line in f)

Expand Down

0 comments on commit c5d8956

Please sign in to comment.