Skip to content

Commit 4e3cdaf

Browse files
committed
chore(ci): blog sync
1 parent 28c6ebf commit 4e3cdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/blog/Vueyuanma——mobanbianyi(si).mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ if (doctypeMatch) {
364364
}
365365
```
366366
#### 2、结束标签
367-
正则匹配结束标签 例如:`</span>`,值得注意的是正则匹配条件中有以 </开头,所以一般情况下第一次匹配的结果总是 null
367+
正则匹配结束标签 例如:`</span>`,值得注意的是正则匹配条件中有以 `</`开头,所以一般情况下第一次匹配的结果总是 null
368368
```
369369
const endTagMatch = html.match(endTag);
370370
if (endTagMatch) {

0 commit comments

Comments
 (0)