airblade / chartjs-ror

[Not supported - see #53] Simplifies using Chart.js in Rails
MIT License
184 stars 57 forks source link

Typo in Readme #37

Closed Enfop closed 6 years ago

Enfop commented 7 years ago

Hi

first of all thanks for this gem.

I think there is a small typo in the readme https://github.com/airblade/chartjs-ror/blob/master/README.md#sample-output

it should be

var ctx = document.getElementById("chart-0");

instead of

var ctx = document.getElemenyById("chart-0");