Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Apr 29, 2021
1 parent 502608f commit 2e1cb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/spelling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setup(app):
app.add_config_value('spelling_filters', [], 'env')
# Set a user-provided list of files to ignore
app.add_config_value('spelling_exclude_patterns', [], 'env')
# Choose whether or not the mispelled output should be displayed in the terminal
# Choose whether or not the misspelled output should be displayed in the terminal
app.add_config_value('spelling_verbose', True, 'env')
return {
"parallel_read_safe": True,
Expand Down

0 comments on commit 2e1cb82

Please sign in to comment.