From 62eec8c0ae0640a396a048e470f3e0f4a3118930 Mon Sep 17 00:00:00 2001 From: otsch Date: Mon, 18 Jul 2022 14:59:17 +0200 Subject: [PATCH] Update src/Lists/Store.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Viktor Szépe --- src/Lists/Store.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lists/Store.php b/src/Lists/Store.php index c8abdea..861b37f 100644 --- a/src/Lists/Store.php +++ b/src/Lists/Store.php @@ -7,7 +7,7 @@ /** * Class Store * - * The `Url` Package uses lists like Mozilla's Public Suffix List that contains all public domain suffixes. + * The URL Package uses lists like Mozilla's Public Suffix List that contains all public domain suffixes. * These lists are loaded from an external source, parsed and stored in a php file in the data directory at * the root level. *