From db203ed2ad298e4a73b77501f0618fc073278667 Mon Sep 17 00:00:00 2001 From: Neil MacDougall Date: Thu, 10 Jun 2021 08:34:22 +0100 Subject: [PATCH] Fix typos in comment --- store/type-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/type-map.js b/store/type-map.js index c8b16e4cf4..c3ec163e05 100644 --- a/store/type-map.js +++ b/store/type-map.js @@ -1265,7 +1265,7 @@ export const mutations = { }, // setGroupDefaultType({group: 'core', defaultType: 'name'}); - // By default ehwn e agroup is clicked, the first item is selected - this allows + // By default when a group is clicked, the first item is selected - this allows // this behvaiour to be changed and a named child type can be chosen // These operate on group names *after* mapping but *before* translation setGroupDefaultType(state, { group, groups, defaultType }) {