From 07e1c0db71cb09e326e3195cb5b552c41d0d32b1 Mon Sep 17 00:00:00 2001 From: Chris Payne Date: Tue, 8 Jul 2025 20:38:34 -0400 Subject: [PATCH] More spelling --- main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ps1 b/main.ps1 index c3910fd..fc838e6 100644 --- a/main.ps1 +++ b/main.ps1 @@ -86,7 +86,7 @@ $streetLabel = $window.FindName("StreetLabel") $cityLabel = $window.FindName("CityLabel") $provinceLabel = $window.FindName("ProvinceLabel") $postalLabel = $window.FindName("PostalCodeLabel") -$countryLabel = $window.FindName("CountyLabel") +$countryLabel = $window.FindName("CountryLabel") $PhoneBox.Visibility = 'Collapsed'