From c67db755865faa8611ca82a0f4b369c16893cef2 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Tue, 20 Jul 2021 20:37:42 +0100 Subject: [PATCH] Fix typo --- src/store/mutations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },