Skip to content

Commit c92cef3

Browse files
Flamencoktsn
authored andcommitted
Fix typo and update tense (#1457)
1 parent f5a42d3 commit c92cef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const mapMutations = normalizeNamespace((namespace, mutations) => {
6464
export const mapGetters = normalizeNamespace((namespace, getters) => {
6565
const res = {}
6666
normalizeMap(getters).forEach(({ key, val }) => {
67-
// thie namespace has been mutate by normalizeNamespace
67+
// The namespace has been mutated by normalizeNamespace
6868
val = namespace + val
6969
res[key] = function mappedGetter () {
7070
if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) {

0 commit comments

Comments
 (0)