From 7c8998f96adeece76000406ca06ec8bb178392d7 Mon Sep 17 00:00:00 2001 From: Varatep Buranintu Date: Wed, 26 Oct 2016 17:58:41 -0700 Subject: [PATCH] fix "area" typo --- docs/02-Scales.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Scales.md b/docs/02-Scales.md index df95b3179..ae7758326 100644 --- a/docs/02-Scales.md +++ b/docs/02-Scales.md @@ -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 -- 2.47.3