Skip to content
Snippets Groups Projects
Commit 00a45860 authored by Marcin Olichwirowicz's avatar Marcin Olichwirowicz
Browse files

Typo correction

parent ca5d7813
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ module Geocoder ...@@ -190,7 +190,7 @@ module Geocoder
## ##
# Protocol to use for communication with geocoding services. # Protocol to use for communication with geocoding services.
# Set in configuration but no available for every service. # Set in configuration but not available for every service.
# #
def protocol def protocol
"http" + (configuration.use_https ? "s" : "") "http" + (configuration.use_https ? "s" : "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment