From 3f9b0fce148754a5d6c2e45aa5832c3c37bb0a4a Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Thu, 17 Dec 2020 17:07:06 +0000 Subject: [PATCH] typo --- app/src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/store/index.js b/app/src/store/index.js index e1cc916..acc33c5 100644 --- a/app/src/store/index.js +++ b/app/src/store/index.js @@ -214,7 +214,7 @@ const store = new Vuex.Store({ // this shouldn't need to be here though node_id: startup, node_text: - '## Welcome \n This node was automatically by the system as a workaround for an iOS and URL routing bug, just ignore for now please \n ## 🤦ðŸ»â€â™‚ï¸', + '## Welcome \n This node was automatically created by the system as a workaround for an iOS and URL routing bug, just ignore for now please \n ## 🤦ðŸ»â€â™‚ï¸', node_owner: state.myclient, content_type: 'sheet', // NOTE: the first node is also hidden due to a position not being created -- GitLab