10000 Fixed typo · poorprogrammer/vuejs.org@77ee68c · GitHub
[go: up one dir, main page]

Skip to content

Commit 77ee68c

Browse files
author
Florian Letsch
committed
Fixed typo
1 parent 75c4fec commit 77ee68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ demo.items.pop()
129129

130130
Vue.js augments observed Arrays with two convenience methods: `$set()` and `$remove()`.
131131

132-
You should avoid directly setting elements of a data-bound Array with indices, because those changes will not be picked up by Vue.js. Instead, use the agumented `$set()` method:
132+
You should avoid directly setting elements of a data-bound Array with indices, because those changes will not be picked up by Vue.js. Instead, use the augmented `$set()` method:
133133

134134
``` js
135135
// same as `demo.items[0] = ...` but triggers view update

0 commit comments

Comments
 (0)
0