Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit ac56fd6

Browse files
committed
fix(spell): fix regex
1 parent d3b28ba commit ac56fd6

File tree

3 files changed

+1754
-68
lines changed

3 files changed

+1754
-68
lines changed

.github/workflows/cspell.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"flagWords": [
1414
"hte"
1515
],
16+
"ignoreRegExpList": [
17+
"html-elements"
18+
],
1619
"patterns": [
1720
{
1821
"name": "html-video-element",
@@ -21,11 +24,8 @@
2124
{
2225
"name": "html-elements",
2326
"pattern": [
24-
"html-video"
27+
"html-video-element"
2528
]
2629
}
27-
],
28-
"ignoreRegExpList": [
29-
"html-elements"
3030
]
3131
}

0 commit comments

Comments
 (0)