From 870f38ea674bd92d8a066fd51bc5835777268300 Mon Sep 17 00:00:00 2001 From: Jason Ren <40999116+jasonren0403@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:19:26 +0800 Subject: [PATCH] Apply suggestions from code review --- files/zh-cn/glossary/attribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/glossary/attribute/index.md b/files/zh-cn/glossary/attribute/index.md index e8473a057b0879..320929fc377196 100644 --- a/files/zh-cn/glossary/attribute/index.md +++ b/files/zh-cn/glossary/attribute/index.md @@ -34,7 +34,7 @@ l10n: ``` -我们可以使用 {{domxref("HTMLInputElement.placeholder")}} 检查属性与 {{{domxref("HTMLInputElement.placeholder")}} 之间的反射性: +我们可以使用 {{domxref("HTMLInputElement.placeholder")}} 检查属性与 {{domxref("HTMLInputElement.placeholder")}} 之间的反射性: ```js const input = document.querySelector("input");