From 90664f84fc5869baf29c200f172829aafc36d745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Mu=C3=B1oz?= Date: Wed, 24 Jun 2026 20:36:09 -0300 Subject: [PATCH] Update country example in formatters documentation --- docs/formatters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatters.md b/docs/formatters.md index edf4a0ab..ca89a2ec 100644 --- a/docs/formatters.md +++ b/docs/formatters.md @@ -38,7 +38,7 @@ streetName() // 'Keegan Trail' streetAddress() // '439 Karley Loaf Suite 897' postcode() // '17916' address() // '8888 Cummings Vista Apt. 101, Susanbury, NY 95473' -country() // 'Falkland Islands (Malvinas)' +country() // 'Argentina' latitude($min = -90, $max = 90) // 77.147489 longitude($min = -180, $max = 180) // 86.211205 ```