From a191921b1553d0af05dbb6ee621f171aeabf9baa Mon Sep 17 00:00:00 2001 From: Juan Eugenio Abadie Date: Tue, 20 Mar 2018 11:37:56 -0300 Subject: [PATCH] Fix typo in the legend documentation (#5348) --- docs/configuration/legend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/legend.md b/docs/configuration/legend.md index 6867b762d..d2a3a88b3 100644 --- a/docs/configuration/legend.md +++ b/docs/configuration/legend.md @@ -1,6 +1,6 @@ # Legend Configuration -The chart legend displays data about the datasets that area appearing on the chart. +The chart legend displays data about the datasets that are appearing on the chart. ## Configuration options The legend configuration is passed into the `options.legend` namespace. The global options for the chart legend is defined in `Chart.defaults.global.legend`.