Skip to content

Commit 44b97b8

Browse files
docs: Fix typo for documentation of plugins.tooltip.textDirection (#11483)
1 parent 7ccd4a2 commit 44b97b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@ export interface LegendOptions<TType extends ChartType> {
24772477
rtl: boolean;
24782478
/**
24792479
* This will force the text direction 'rtl' or 'ltr' on the canvas for rendering the legend, regardless of the css specified on the canvas
2480-
* @default canvas' default
2480+
* @default canvas's default
24812481
*/
24822482
textDirection: string;
24832483

0 commit comments

Comments
 (0)