Skip to content

Commit 2954cf8

Browse files
SeppPenneretimberg
authored andcommitted
Fixed incorrect spelling in pie dataset options. (#6466)
Fixes #6465.
1 parent 4093483 commit 2954cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/charts/doughnut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var myDoughnutChart = new Chart(ctx, {
5151

5252
## Dataset Properties
5353

54-
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.
54+
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.
5555

5656
| Name | Type | [Scriptable](../general/options.md#scriptable-options) | [Indexable](../general/options.md#indexable-options) | Default
5757
| ---- | ---- | :----: | :----: | ----

0 commit comments

Comments
 (0)