From: Finn Moore <85089563+ffdm@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:22:48 +0000 (-0400) Subject: Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#12088) X-Git-Tag: v4.5.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e106aa93423a5d509108a5a5b39ef20f2343f04f;p=thirdparty%2FChart.js.git Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#12088) --- diff --git a/docs/general/performance.md b/docs/general/performance.md index 9262630e9..1fedf4d62 100644 --- a/docs/general/performance.md +++ b/docs/general/performance.md @@ -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: