fix comment

This commit is contained in:
James Lopez 2016-06-20 17:25:51 +02:00
parent 6d763831d0
commit 4273e07e00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# AddressableUrlValidator
#
# Custom validator for URLs. This is a
# Custom validator for URLs. This is a stricter version of UrlValidator.
#
# By default, only URLs for http, https, ssh, and git protocols will be considered valid.
# Provide a `:protocols` option to configure accepted protocols.