Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit bf72f3a

Browse files
ult-yolealanshaw
authored andcommitted
chore: fix typo in comment (#1544)
1 parent 6d960f3 commit bf72f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function isRepoUninitializedError (err) {
8888
}
8989

9090
// TODO: As error codes continue to be standardized, this logic can be phase out;
91-
// it is here to maintain compatability
91+
// it is here to maintain compatibility
9292
if (err.message.match(/not found/) || // indexeddb
9393
err.message.match(/ENOENT/) || // fs
9494
err.message.match(/No value/) // memory

0 commit comments

Comments
 (0)