Skip to content

Commit ff07edf

Browse files
authored
fix: typo (#1113)
这里是alert打印的内容,不应该翻译 something="non-standard"
1 parent 67c8355 commit ff07edf

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/06-dom-attributes-and-properties

1 file changed

+1
-1
lines changed

2-ui/1-document/06-dom-attributes-and-properties/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ document.body.sayHi(); // Hello, I'm BODY
102102
<body something="non-standard">
103103
<script>
104104
*!*
105-
alert(document.body.getAttribute('something')); // 非标准的
105+
alert(document.body.getAttribute('something')); // non-standard
106106
*/!*
107107
</script>
108108
</body>

0 commit comments

Comments
 (0)