Skip to content

Commit

Permalink
chore: fix typo (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 23, 2023
1 parent c339c1f commit 4c3c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function onIgnoreTag(tag, html, options) {
function onIgnoreTagAttr(tag, name, value, isWhiteAttr) {
// 参数说明与onTagAttr相同
// 如果返回一个字符串,则当前属性值将被替换为该字符串
// 如果不返回任何值,则使用默认的处理方法(删除该属
// 如果不返回任何值,则使用默认的处理方法(删除该属性
}
```

Expand Down

0 comments on commit 4c3c758

Please sign in to comment.