From 2017fa002567157cf8fb3893b7af6ecc7bd6afe3 Mon Sep 17 00:00:00 2001 From: zhangyangziwo <258694298@qq.com> Date: Mon, 25 Apr 2022 14:29:12 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs-zh/Document.md.=20=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-zh/Document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-zh/Document.md b/docs-zh/Document.md index 0fd785e..fa0e013 100644 --- a/docs-zh/Document.md +++ b/docs-zh/Document.md @@ -17,7 +17,7 @@ * `document.querySelector("selector")` * `document.$("selector")` 等价于上面 * `document.querySelectorAll("selector")` -* `document.$$("selector")`等级于上面 +* `document.$$("selector")`等价于上面 * `document.getElementById("id")` * `document.createElement()` * `document.createTextNode()` -- Gitee