Skip to content

Commit

Permalink
Fix a typo in data-structures.md (#10259)
Browse files Browse the repository at this point in the history
Change `The provides labels can be` to `The provided labels can be`.

Co-authored-by: Akira Aso <44665462+akiorange@users.noreply.github.com>
  • Loading branch information
akiraaso and akiraaso committed Mar 31, 2022
1 parent 1c1368b commit 16f6b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/data-structures.md
Expand Up @@ -3,7 +3,7 @@
The `data` property of a dataset can be passed in various formats. By default, that `data` is parsed using the associated chart type and scales.

If the `labels` property of the main `data` property is used, it has to contain the same amount of elements as the dataset with the most values. These labels are used to label the index axis (default x axes). The values for the labels have to be provided in an array.
The provides labels can be of the type string or number to be rendered correctly. In case you want multiline labels you can provide an array with each line as one entry in the array.
The provided labels can be of the type string or number to be rendered correctly. In case you want multiline labels you can provide an array with each line as one entry in the array.

## Primitive[]

Expand Down

0 comments on commit 16f6b8c

Please sign in to comment.