]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix "area" typo
authorVaratep Buranintu <varatep@buranintu.com>
Thu, 27 Oct 2016 00:58:41 +0000 (17:58 -0700)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 27 Oct 2016 01:23:51 +0000 (20:23 -0500)
docs/02-Scales.md

index df95b317919f0274e47d629cf378d59707d7235e..ae7758326f1950b8ebcfb0432a9ec351b4c13c33 100644 (file)
@@ -302,7 +302,7 @@ var chartInstance = new Chart(ctx, {
 
 ### Radial Linear Scale
 
-The radial linear scale is used specifically for the radar and polar are chart types. It overlays the chart area, rather than being positioned on one of the edges.
+The radial linear scale is used specifically for the radar and polar area chart types. It overlays the chart area, rather than being positioned on one of the edges.
 
 #### Configuration Options