diff --git a/src/store/mutations.ts b/src/store/mutations.ts index 0a79289..fb252cf 100644 --- a/src/store/mutations.ts +++ b/src/store/mutations.ts @@ -129,7 +129,7 @@ export const mutations: MutationTree & Mutations = { state.configurationHash = undefined; }, - //Set messsages from the initial config fetch + //Set messages from the initial config fetch [MutationTypes.SET_MESSAGES](state: State, messages: LiveAtlasMessageConfig) { state.messages = Object.assign(state.messages, messages); },