From 3b9efabe9e9a13b25673e09bbb3c69b6fbff9fc6 Mon Sep 17 00:00:00 2001 From: Akira Aso <44665462+akiorange@users.noreply.github.com> Date: Thu, 24 Mar 2022 22:06:08 +0900 Subject: [PATCH] Fix a typo in data-structures.md Change `The provides labels can be` to `The provided labels can be`. --- docs/general/data-structures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/data-structures.md b/docs/general/data-structures.md index 6f3c808f2c4..37d3e63df3e 100644 --- a/docs/general/data-structures.md +++ b/docs/general/data-structures.md @@ -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[]