From 69edbc6ce4a8fc11d8bb5b380c61e6deb7f25b22 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 2 Nov 2019 16:34:11 +0000 Subject: [PATCH] Fix typo --- src/store/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/actions.js b/src/store/actions.js index 3789198..f37d331 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -75,7 +75,7 @@ const reloadData = async ({ dispatch }) => { /** * Connect to WebSocket to receive live location updates. When an update is - * received, reload last locations and location history dependin on config. + * received, reload last locations and location history depending on config. */ const connectWebsocket = async ({ dispatch }) => { api.connectWebsocket(async () => {