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.