Skip to content

Commit 9acfe25

Browse files
committed
Updated TOC, some heading where not correct
1 parent b83ca7c commit 9acfe25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ This action uses [PySpelling][pyspelling] to check spelling in source files in t
3535
- [Checking For Bad Spelling](#checking-for-bad-spelling)
3636
- [Language Support](#language-support)
3737
- [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)
4040
- [Getting Your Action Updated Automatically](#getting-your-action-updated-automatically)
4141
- [Slimming Your Wordlist By Ignoring Case](#slimming-your-wordlist-by-ignoring-case)
4242
- [Diagnostics](#diagnostics)
@@ -498,7 +498,7 @@ Please open an issue or PR, if [Hunspell][hunspell] should be evaluated for poss
498498

499499
## Tips
500500

501-
## How to declutter your root directory from Spellcheck configuration files
501+
### How to declutter your root directory from Spellcheck configuration files
502502

503503
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.
504504

@@ -543,7 +543,7 @@ matrix:
543543
default_encoding: utf-8
544544
```
545545

546-
## Specify Code Not To Have Spelling Checked
546+
### Specify Code Not To Have Spelling Checked
547547

548548
Since this action checks all available text, you might run into problems with section of code examples etc.
549549

0 commit comments

Comments
 (0)