Skip to content

Commit

Permalink
fix: typo in postal_code_lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
wcpines committed Aug 8, 2022
1 parent d4ea326 commit 7906bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geonames/endpoints/postal_code_lookup.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Geonames.Endpoints.PostalCodeLookup do
}

def endpoint, do: "postalCodeLookupJSON"
def available_url_parameters, do: [:postcalcode, :country, :maxRows]
def available_url_parameters, do: [:postalcode, :country, :maxRows]
def required_url_parameters, do: [:postalcode, :country]
def function_name, do: :postal_code_lookup

Expand Down

0 comments on commit 7906bd1

Please # to comment.