Skip to content

Commit 2017d46

Browse files
authored
Merge pull request #205 from LeoSpark/patch-1
wrong word
2 parents 2bdb3d3 + d97e169 commit 2017d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Vue 包含一组观察数组的突变方法,所以它们也将会触发视图
361361
- `sort()`
362362
- `reverse()`
363363

364-
你打开控制台,然后用前面例子的 `items` 数组调用突变方法:`example1.items.push({ measage: 'Baz' })`
364+
你打开控制台,然后用前面例子的 `items` 数组调用突变方法:`example1.items.push({ message: 'Baz' })`
365365

366366
### 重塑数组
367367

0 commit comments

Comments
 (0)