Skip to content

Commit 6d3b4b8

Browse files
authored
Update typos.toml with <center> exclusion
Adds the <center> HTML tag to the list of exclusions on the GitHub spellcheck action
1 parent a76583b commit 6d3b4b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typos.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ extend-ignore-re = [
1010
"initialize",
1111
"mustache",
1212
"Mustache",
13-
"color"
13+
"color",
14+
15+
# Only ignore when used in a tag to catch misspellings in text
16+
"<center>"
1417

1518
]
1619

0 commit comments

Comments
 (0)