]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fixed incorrect spelling in pie dataset options. (#6466)
authorHansM <HansM2013@gmx.de>
Wed, 14 Aug 2019 23:02:08 +0000 (01:02 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Wed, 14 Aug 2019 23:02:08 +0000 (19:02 -0400)
Fixes https://github.com/chartjs/Chart.js/issues/6465.

docs/charts/doughnut.md

index 8160ef3f807c346ce8b1ddfc99a5a5f703a550dc..5140051b3985ba996f0072b94f21d835e9e86858 100644 (file)
@@ -51,7 +51,7 @@ var myDoughnutChart = new Chart(ctx, {
 
 ## Dataset Properties
 
-The doughnut/pie chart allows a number of properties to be specified for each dataset. These are used to set display properties for a specific dataset. For example, the colour of a the dataset's arc are generally set this way.
+The doughnut/pie chart allows a number of properties to be specified for each dataset. These are used to set display properties for a specific dataset. For example, the colours of the dataset's arcs are generally set this way.
 
 | Name | Type | [Scriptable](../general/options.md#scriptable-options) | [Indexable](../general/options.md#indexable-options) | Default
 | ---- | ---- | :----: | :----: | ----