You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ This action uses [PySpelling][pyspelling] to check spelling in source files in t
35
35
-[Checking For Bad Spelling](#checking-for-bad-spelling)
36
36
-[Language Support](#language-support)
37
37
-[Tips](#tips)
38
-
-[How to declutter your root directory from Spellcheck configuration files](#how-to-declutter-your-root-directory-from-spellcheck-configuration-files)
39
-
-[Specify Code Not To Have Spelling Checked](#specify-code-not-to-have-spelling-checked)
38
+
-[How to declutter your root directory from Spellcheck configuration files](#how-to-declutter-your-root-directory-from-spellcheck-configuration-files)
39
+
-[Specify Code Not To Have Spelling Checked](#specify-code-not-to-have-spelling-checked)
40
40
-[Getting Your Action Updated Automatically](#getting-your-action-updated-automatically)
41
41
-[Slimming Your Wordlist By Ignoring Case](#slimming-your-wordlist-by-ignoring-case)
42
42
-[Diagnostics](#diagnostics)
@@ -498,7 +498,7 @@ Please open an issue or PR, if [Hunspell][hunspell] should be evaluated for poss
498
498
499
499
## Tips
500
500
501
-
## How to declutter your root directory from Spellcheck configuration files
501
+
### How to declutter your root directory from Spellcheck configuration files
502
502
503
503
If you think that the GitHub Spellcheck Action is cluttering the root directory of you project, you can move the configuration files to a subdirectory.
504
504
@@ -543,7 +543,7 @@ matrix:
543
543
default_encoding: utf-8
544
544
```
545
545
546
-
## Specify Code Not To Have Spelling Checked
546
+
### Specify Code Not To Have Spelling Checked
547
547
548
548
Since this action checks all available text, you might run into problems with section of code examples etc.
0 commit comments