Fix teh misspellings

This commit is contained in:
Bryan Housel
2021-01-18 19:48:35 -05:00
parent 4228b65602
commit 74d28257c4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ export function coreLocations() {
// …
// ]
//
// Returns a Promise fullfilled when the resolving/indexing has been completed
// Returns a Promise fulfilled when the resolving/indexing has been completed
// This will take some seconds but happen in the background during browser idle time.
//
_this.mergeLocationSets = (objects) => {
+1 -1
View File
@@ -33,7 +33,7 @@ export function validationOutdatedTags() {
});
}
// This Promise will fullfill after NSI presets are loaded and locations merged into the locationManager.
// This Promise will fulfill after NSI presets are loaded and locations merged into the locationManager.
function waitForNSIPresets() {
return Promise.all([
fileFetcher.get('nsi_presets'),
+1 -1
View File
@@ -24,7 +24,7 @@ describe('iD.coreLocations', function() {
beforeEach(function() {
// make a new one each time, so we aren't accidently testing the "global" locationManager
// make a new one each time, so we aren't accidentally testing the "global" locationManager
locationManager = iD.coreLocations();
loco = locationManager.loco();
});