Comment typo

This commit is contained in:
David Baker 2016-06-09 09:57:44 +01:00
parent e4ea00ca23
commit 3040d0a474

View File

@ -224,7 +224,7 @@ async function loadApp() {
// On 404 errors, carry on without a config,
// but on other errors, fail, otherwise it will
// lead to subtle errors where the app runs with
// the default config it fails to fetch config.json.
// the default config if fails to fetch config.json.
if (e.response.status != 404) {
configError = e;
}