From 239d6417a9ed270f67985dc556c56f510d64f8f2 Mon Sep 17 00:00:00 2001 From: Finn Moore Date: Wed, 11 Jun 2025 14:03:06 -0400 Subject: [PATCH] Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' --- docs/general/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/performance.md b/docs/general/performance.md index 9262630e9c0..1fedf4d62ba 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: