]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in the legend documentation (#5348)
authorJuan Eugenio Abadie <juaneabadie@gmail.com>
Tue, 20 Mar 2018 14:37:56 +0000 (11:37 -0300)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 20 Mar 2018 14:37:56 +0000 (15:37 +0100)
docs/configuration/legend.md

index 6867b762d6f6ed55c2453e49b5a0c7425e7b7aaf..d2a3a88b3b63754f7067f37287e7a92514bfbac0 100644 (file)
@@ -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`.