From d8063fdd452de57e097881e544aaddb844fa8f97 Mon Sep 17 00:00:00 2001 From: Yole Date: Thu, 6 Sep 2018 11:33:51 +0800 Subject: [PATCH] fix typo --- src/core/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/boot.js b/src/core/boot.js index 50b2677b5c..23e1992d61 100644 --- a/src/core/boot.js +++ b/src/core/boot.js @@ -88,7 +88,7 @@ function isRepoUninitializedError (err) { } // TODO: As error codes continue to be standardized, this logic can be phase out; - // it is here to maintain compatability + // it is here to maintain compatibility if (err.message.match(/not found/) || // indexeddb err.message.match(/ENOENT/) || // fs err.message.match(/No value/) // memory