From: James Bedford <32302360+JABedford@users.noreply.github.com> Date: Sat, 9 Feb 2019 07:19:57 +0000 (+0000) Subject: Fix typo in radial linear scale docs (#6054) X-Git-Tag: v2.8.0-rc.1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ed652b39f7fc96cfcbfd916081d5d930850a231;p=thirdparty%2FChart.js.git Fix typo in radial linear scale docs (#6054) --- diff --git a/docs/axes/radial/linear.md b/docs/axes/radial/linear.md index af1674aa5..911b735e5 100644 --- a/docs/axes/radial/linear.md +++ b/docs/axes/radial/linear.md @@ -1,6 +1,6 @@ # Linear Radial Axis -The linear scale is use to chart numerical data. As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis. +The linear scale is used to chart numerical data. As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis. The following additional configuration options are provided by the radial linear scale.