fix comment

This commit is contained in:
James Lopez 2016-06-20 17:25:51 +02:00
parent 6d763831d0
commit 4273e07e00

View file

@ -1,6 +1,6 @@
# AddressableUrlValidator # 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. # By default, only URLs for http, https, ssh, and git protocols will be considered valid.
# Provide a `:protocols` option to configure accepted protocols. # Provide a `:protocols` option to configure accepted protocols.