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");