diff --git a/Generator/UrlGenerator.php b/Generator/UrlGenerator.php index 02f4c861..52ce6353 100644 --- a/Generator/UrlGenerator.php +++ b/Generator/UrlGenerator.php @@ -29,7 +29,7 @@ class UrlGenerator implements UrlGeneratorInterface { protected $context; protected $decodedChars = array( - // %2F is not valid in a URL, so we don't encode it (which is fine as the requirements explicitely allowed it) + // %2F is not valid in a URL, so we don't encode it (which is fine as the requirements explicitly allowed it) '%2F' => '/', );