typo in the Fields section of the docs (Node)
aguo888 opened this issue · 1 comments
aguo888 commented
On the right side where the code is posted, it says:
const geocodio = new Geocodio('YOUR_API_KEY');
when it should say
const geocoder = new Geocodio('YOUR_API_KEY');
MiniCodeMonkey commented
Hi @thellllvirtuoso! Thanks for reporting this.
I can't seem to reproduce the issue, browsing through the documentation.
It looks like we consistently use this construct:
const Geocodio = require('geocodio-library-node');
const geocoder = new Geocodio('YOUR_API_KEY');
Can you clarify in which section you saw this issue?