From: Juan Eugenio Abadie Date: Tue, 20 Mar 2018 14:37:56 +0000 (-0300) Subject: Fix typo in the legend documentation (#5348) X-Git-Tag: v2.7.3~1^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a191921b1553d0af05dbb6ee621f171aeabf9baa;p=thirdparty%2FChart.js.git Fix typo in the legend documentation (#5348) --- 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`.