Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonren0403 authored Oct 31, 2023
1 parent fc66d3b commit 870f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/attribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ l10n:
<input placeholder="原始占位符" />
```

我们可以使用 {{domxref("HTMLInputElement.placeholder")}} 检查属性与 {{{domxref("HTMLInputElement.placeholder")}} 之间的反射性:
我们可以使用 {{domxref("HTMLInputElement.placeholder")}} 检查属性与 {{domxref("HTMLInputElement.placeholder")}} 之间的反射性:

```js
const input = document.querySelector("input");
Expand Down

0 comments on commit 870f38e

Please sign in to comment.