diff --git a/src/types/index.d.ts b/src/types/index.d.ts index fb7a5a47796..518bf1dca28 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -2477,7 +2477,7 @@ export interface LegendOptions { rtl: boolean; /** * This will force the text direction 'rtl' or 'ltr' on the canvas for rendering the legend, regardless of the css specified on the canvas - * @default canvas' default + * @default canvas's default */ textDirection: string;