Skip to content

Commit 5dec460

Browse files
baooabktsn
authored andcommitted
Fix typo (#1235)
1 parent cfa9c7f commit 5dec460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/getters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If you want to map a getter to a different name, use an object:
110110

111111
``` js
112112
...mapGetters({
113-
// map `this.doneCount` to `store.getters.doneTodosCount`
113+
// map `this.doneCount` to `this.$store.getters.doneTodosCount`
114114
doneCount: 'doneTodosCount'
115115
})
116116
```

0 commit comments

Comments
 (0)