From 664fb8142228bc09cc236dea2be157f7d2b5d62d Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 11 Nov 2024 21:15:41 +0100 Subject: [PATCH] Fix repeated word "the" in code comment (#1723) --- src/Concerns/HandlesTaxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/HandlesTaxes.php b/src/Concerns/HandlesTaxes.php index 1e2da95b..5e5f95dd 100644 --- a/src/Concerns/HandlesTaxes.php +++ b/src/Concerns/HandlesTaxes.php @@ -28,7 +28,7 @@ trait HandlesTaxes public $collectTaxIds = false; /** - * Set the The IP address of the customer used to determine the tax location. + * Set the IP address of the customer used to determine the tax location. * * @return $this */