diff --git a/framework/validators/UrlValidator.php b/framework/validators/UrlValidator.php index aeac04969f..b9fcba274e 100644 --- a/framework/validators/UrlValidator.php +++ b/framework/validators/UrlValidator.php @@ -16,7 +16,7 @@ use yii\helpers\Json; * UrlValidator validates that the attribute value is a valid http or https URL. * * Note that this validator only checks if the URL scheme and host part are correct. - * It does not check the rest part of a URL. + * It does not check the remaining parts of a URL. * * @author Qiang Xue * @since 2.0