From eedaaad0a9dd42eca4321f4036299c1eacf24008 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sun, 21 Mar 2021 17:34:26 +0000 Subject: [PATCH] s/archor/anchor --- src/UriInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UriInterface.php b/src/UriInterface.php index 323cf95d..98e57f94 100644 --- a/src/UriInterface.php +++ b/src/UriInterface.php @@ -203,7 +203,7 @@ public function getPort(); public function getPath(); /** - * Get the URI archor string + * Get the URI anchor string * Everything after the "#". * * @return string The URI anchor string.