Skip to content

Commit e106aa9

Browse files
authored
Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#12088)
1 parent 59ffa84 commit e106aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ new Chart(ctx, {
161161

162162
### Disable Point Drawing
163163

164-
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.
164+
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.
165165

166166
To disable point drawing:
167167

0 commit comments

Comments
 (0)