Geocodio/docs

typo in the Fields section of the docs (Node)

aguo888 opened this issue · 1 comments

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');

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');

Screen Shot 2022-10-11 at 09 06 27

Can you clarify in which section you saw this issue?