From 5a32479a14482b0a685dd9d1e4e20a78b7e3b657 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 19 Feb 2026 15:00:38 -0600 Subject: [PATCH] Typo --- src/geolocation/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geolocation/util.ts b/src/geolocation/util.ts index 44db7c30af..fb099ac321 100644 --- a/src/geolocation/util.ts +++ b/src/geolocation/util.ts @@ -128,7 +128,7 @@ export function mergeGeolocations( } /** - * Get's the IP-based geolocation as a string in the format of + * Gets the IP-based geolocation as a string in the format of * "countryCode-regionCode", or just "countryCode" if regionCode is not * available. *