aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/ducks/connection.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/ducks/connection.js')
-rw-r--r--web/src/js/ducks/connection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/ducks/connection.js b/web/src/js/ducks/connection.js
index ffa2c309..151277fb 100644
--- a/web/src/js/ducks/connection.js
+++ b/web/src/js/ducks/connection.js
@@ -1,6 +1,6 @@
export const ConnectionState = {
INIT: Symbol("init"),
- FETCHING: Symbol("fetching"), // WebSocket is established, but still startFetching resources.
+ FETCHING: Symbol("fetching"), // WebSocket is established, but still fetching resources.
ESTABLISHED: Symbol("established"),
ERROR: Symbol("error"),
OFFLINE: Symbol("offline"), // indicates that there is no live (websocket) backend.