Merge pull request #28569 from mbeatrizmagalhaes/correct-occurred-misspelled

Correct misspelled occurrences and occurred
This commit is contained in:
Martin Aeschlimann
2017-06-15 09:12:24 +02:00
committed by GitHub
15 changed files with 59 additions and 59 deletions

View File

@@ -145,7 +145,7 @@ export function createApiFactory(
console.warn('Edits from command ' + id + ' were not applied.');
}
}, (err) => {
console.warn('An error occured while running command ' + id, err);
console.warn('An error occurred while running command ' + id, err);
});
});
},