From e456cde8dd07d5385a2d982947248c7c4516c139 Mon Sep 17 00:00:00 2001
From: Ben Wheeler <wheeler.benjamin@gmail.com>
Date: Thu, 15 Nov 2018 13:39:48 -0500
Subject: [PATCH] corrected comment

---
 src/reducers/project-state.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reducers/project-state.js b/src/reducers/project-state.js
index 86ae65836..8824d5d5a 100644
--- a/src/reducers/project-state.js
+++ b/src/reducers/project-state.js
@@ -290,7 +290,7 @@ const reducer = function (state, action) {
                 error: action.error
             });
         }
-        // non-fatal errors: there's no correct editor state for us to show
+        // non-fatal errors: can keep showing editor state fine
         if ([
             LoadingState.AUTO_UPDATING,
             LoadingState.CREATING_COPY,
-- 
GitLab