Skip to content

Commit 4938c5b

Browse files
authored
typo (fixed #703)
1 parent c37535b commit 4938c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/render-function.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ render: function (createElement) {
120120

121121
### 虚拟 DOM
122122

123-
Vue 通过建立一个**虚拟 DOM** 对真实 DOM 发生的变化保持追踪。请近距离看一下这行代码
123+
Vue 通过建立一个**虚拟 DOM** 对真实 DOM 发生的变化保持追踪。请仔细看这行代码
124124

125125
``` js
126126
return createElement('h1', this.blogTitle)

0 commit comments

Comments
 (0)