From d2b0562d6cd54e4281407e1e2c513ac4c5a920eb Mon Sep 17 00:00:00 2001 From: Jaisal Patel <70134418+GhostOf0days@users.noreply.github.com> Date: Sat, 11 May 2024 07:25:25 -0400 Subject: [PATCH] small grammar change (#488) --- src/util/queryLocations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/queryLocations.ts b/src/util/queryLocations.ts index 07c584e9..94980d35 100644 --- a/src/util/queryLocations.ts +++ b/src/util/queryLocations.ts @@ -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;