We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f595f6f commit 4dd477eCopy full SHA for 4dd477e
1 file changed
src/vector/index.js
@@ -224,7 +224,7 @@ async function loadApp() {
224
// On 404 errors, carry on without a config,
225
// but on other errors, fail, otherwise it will
226
// lead to subtle errors where the app runs with
227
- // the default config if fails to fetch config.json.
+ // the default config if it fails to fetch config.json.
228
if (e.response.status != 404) {
229
configError = e;
230
}
0 commit comments