Skip to content

Commit 4dd477e

Browse files
committed
index.js: fix comment typo
Fix dave's typo for him
1 parent f595f6f commit 4dd477e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vector/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async function loadApp() {
224224
// On 404 errors, carry on without a config,
225225
// but on other errors, fail, otherwise it will
226226
// lead to subtle errors where the app runs with
227-
// the default config if fails to fetch config.json.
227+
// the default config if it fails to fetch config.json.
228228
if (e.response.status != 404) {
229229
configError = e;
230230
}

0 commit comments

Comments
 (0)