fixed misspelled occurrences and occurred

This commit is contained in:
Beatriz Magalhães
2017-06-12 23:05:57 +01:00
parent b46e2e0b7b
commit 3c52b5ae39
17 changed files with 322 additions and 322 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);
});
});
},