From 4c3c7587f02aa53d60f7863133978debba7a84c9 Mon Sep 17 00:00:00 2001 From: Shigma Date: Thu, 23 Mar 2023 10:05:38 +0800 Subject: [PATCH] chore: fix typo (#272) --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index 3bdb4b84..f0568640 100644 --- a/README.zh.md +++ b/README.zh.md @@ -240,7 +240,7 @@ function onIgnoreTag(tag, html, options) { function onIgnoreTagAttr(tag, name, value, isWhiteAttr) { // 参数说明与onTagAttr相同 // 如果返回一个字符串,则当前属性值将被替换为该字符串 - // 如果不返回任何值,则使用默认的处理方法(删除该属) + // 如果不返回任何值,则使用默认的处理方法(删除该属性) } ```