Skip to content

Commit 520234d

Browse files
committed
Fix spell checking ignore comment
1 parent e62f97a commit 520234d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ There are three files used to configure words that get ignored:
8888
- `.github/actions/spelling/block-delimiters.txt`:
8989
This file can be used to ignore words between begin- and end markers.
9090
For example, code blocks starting and ending with `` ``` `` are ignored from spell checking as they often contain unusual words not in dictionaries.
91-
If adding words to `allow.txt` or `patterns.txt`, or ignoring blocks with `block-delimiters.list`, is not sufficient, you can as a last resort use the HTML comments `<!--begin no spell check-->` and `!--end no spell check-->` to ignore spell checking for a larger block of text.
91+
If adding words to `allow.txt` or `patterns.txt`, or ignoring blocks with `block-delimiters.list`, is not sufficient, you can as a last resort use the HTML comments `<!--begin no spell check-->` and `<!--end no spell check-->` to ignore spell checking for a larger block of text.
9292
The comments will not be rendered in the final documentation.
9393

9494
Additionally, the file `.github/actions/spelling/only.txt` contains a list of regular expressions used to match which files to check.

0 commit comments

Comments
 (0)