]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#12088)
authorFinn Moore <85089563+ffdm@users.noreply.github.com>
Wed, 11 Jun 2025 19:22:48 +0000 (15:22 -0400)
committerGitHub <noreply@github.com>
Wed, 11 Jun 2025 19:22:48 +0000 (21:22 +0200)
docs/general/performance.md

index 9262630e9c0ddfb316d0ed606392ecb7dee19c8e..1fedf4d62ba864c8feea5aee75dad72d7732835a 100644 (file)
@@ -161,7 +161,7 @@ new Chart(ctx, {
 
 ### Disable Point Drawing
 
-If you have a lot of data points, it can be more performant to disable rendering of the points for a dataset and only draw line. Doing this means that there is less to draw on the canvas which will improve render performance.
+If you have a lot of data points, it can be more performant to disable rendering of the points for a dataset and only draw lines. Doing this means that there is less to draw on the canvas which will improve render performance.
 
 To disable point drawing: