From 900e1062ba57331f6c44535bace125e10a0e8bf1 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Fri, 1 Jul 2016 08:55:35 -0400 Subject: [PATCH] Fix typo in docs --- docs/01-Chart-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-Chart-Configuration.md b/docs/01-Chart-Configuration.md index e34c99777..330cb269d 100644 --- a/docs/01-Chart-Configuration.md +++ b/docs/01-Chart-Configuration.md @@ -373,7 +373,7 @@ hoverBorderWidth | Number | 1 | Default stroke width when hovered #### Rectangle Configuration -Rectangle elements are used to represent the bars in a bar chart. The global rectangle options are stored in `Chart.defaults.global.elements.rectange`. +Rectangle elements are used to represent the bars in a bar chart. The global rectangle options are stored in `Chart.defaults.global.elements.rectangle`. Name | Type | Default | Description --- | --- | --- | --- -- 2.47.2