Skip to content

Commit 54b5bc4

Browse files
committed
fix typo
1 parent 2537b6b commit 54b5bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/lib/dataStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function getRepositories () {
3636
try {
3737
let parsed = JSON.parse(raw)
3838
if (!_.isArray(parsed)) {
39-
throw new Error('repositories data is currupte. re-init data.')
39+
throw new Error('repositories data is corrupted. re-init data.')
4040
}
4141
return parsed
4242
} catch (e) {

0 commit comments

Comments
 (0)