Skip to content

Commit

Permalink
small grammar change (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOf0days authored May 11, 2024
1 parent 8d8bf62 commit d2b0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/queryLocations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export async function queryLocations(
console.error('original obj', error._original);
// eslint-disable-next-line no-alert
alert(
`${location.name} has invalid corresponding data! Ignoring location and continuing validation`,
`${location.name} has invalid corresponding data! Ignoring location and continuing validation.`,
);
}
return error === undefined;
Expand Down

0 comments on commit d2b0562

Please sign in to comment.