Skip to content

Commit 2b81f3f

Browse files
committed
update html element regex
1 parent 0a072d3 commit 2b81f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdoc/schemas/tsdoc.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"type": "array",
3535
"items": {
3636
"type": "string",
37-
"pattern": "^[a-zA-Z0-9]+$"
37+
"pattern": "^[a-zA-Z0-9-]+$"
3838
}
3939
},
4040

0 commit comments

Comments
 (0)