]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in radial linear scale docs (#6054)
authorJames Bedford <32302360+JABedford@users.noreply.github.com>
Sat, 9 Feb 2019 07:19:57 +0000 (07:19 +0000)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 9 Feb 2019 07:19:57 +0000 (08:19 +0100)
docs/axes/radial/linear.md

index af1674aa51817d560ee2dbbdb62fa0cbdb741dbb..911b735e56dbc468bc39624742a8d9d86702c0f4 100644 (file)
@@ -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.