From 48be192edcc3f8f37e79f48b831fd864fc27ee25 Mon Sep 17 00:00:00 2001 From: rowanxgamal Date: Mon, 26 Aug 2024 22:13:02 +0300 Subject: [PATCH] fix: typos in README.md --- pkg/geoip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/geoip/README.md b/pkg/geoip/README.md index 83ceaef3e..e7cc69ec5 100644 --- a/pkg/geoip/README.md +++ b/pkg/geoip/README.md @@ -9,7 +9,7 @@ To get the location of the system calling this function, use exported method `Fe 1. use `geoip.Fetch()`: - This method uses 3 paths of geoip, It starts with first path of `geoipURLs` if any error was produced it continues and tries out the next path, REturnes the default unknown location and the error in case it coulnd't receive correct response from all paths. + This method uses 3 paths of geoip, It starts with first path of `geoipURLs` if any error was produced it continues and tries out the next path, REturnes the default unknown location and the error in case it couldn't receive correct response from all paths. ## Tests