]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typos in canvas-background.md (#8837)
authorMohammad Ahmadi <ahmdee18@gmail.com>
Wed, 7 Apr 2021 16:51:45 +0000 (21:21 +0430)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 16:51:45 +0000 (19:51 +0300)
docs/configuration/canvas-background.md

index f01932ecce7eea8e554299e2cde3829c34ffd652..36f96ab247e3f4bc773b0add83e1098a092be87e 100644 (file)
@@ -1,8 +1,8 @@
 # Canvas background
 
-In some use cases you would want a background image or color over the whole canvas. There is no builin support for this, the way you can achieve this is by writing a custom plugin.
+In some use cases you would want a background image or color over the whole canvas. There is no built-in support for this, the way you can achieve this is by writing a custom plugin.
 
-In the two example plugins underneath here you can see how you can draw an color or image to the canvas as background. This way of giving the chart a background is only necessary if you want to export the chart with that specific background.
+In the two example plugins underneath here you can see how you can draw a color or image to the canvas as background. This way of giving the chart a background is only necessary if you want to export the chart with that specific background.
 For normal use you can set the background more easily with [CSS](https://www.w3schools.com/cssref/css3_pr_background.asp).
 
 :::: tabs