More typos

This commit is contained in:
John Firebaugh
2021-10-24 11:06:26 -07:00
parent 5eb0242caf
commit 053b652548
2 changed files with 2 additions and 2 deletions

View File

@@ -844,7 +844,7 @@ function validationCache(which) {
const issue = cache.issuesByIssueID[issueID];
if (issue) {
cache.uncacheIssue(issue);
} else { // shouldnt happen, clean up
} else { // shouldn't happen, clean up
delete cache.issuesByIssueID[issueID];
}
});

View File

@@ -110,7 +110,7 @@ mocha.setup({
expect = chai.expect;
window.d3 = iD.d3; // Remove this if we can avoid exporting all of d3.js
delete window.PointerEvent; // force the brower to use mouse events
delete window.PointerEvent; // force the browser to use mouse events
// Workaround for `Array.from` polyfill in PhantomJS
// https://github.com/openstreetmap/iD/issues/6087#issuecomment-476219308