Skip to content

Commit b05031c

Browse files
authored
Update render-function.md (#1121)
Correct the translated sentence
1 parent a8e703c commit b05031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ h('div', { id: 'foo' })
3939
// Vue 会自动将它们分配到正确的位置
4040
h('div', { class: 'bar', innerHTML: 'hello' })
4141

42-
// 像 `.prop` 和 `.attr` 这样的的属性修饰符
42+
// 像 `.prop` 和 `.attr` 这样的属性修饰符
4343
// 可以分别通过 `.` 和 `^` 前缀来添加
4444
h('div', { '.name': 'some-name', '^width': '100' })
4545

0 commit comments

Comments
 (0)