From c419d179e7106dcaa2f2ab24c783a4edee2284f4 Mon Sep 17 00:00:00 2001 From: bboy-chocomint <37074437+bboy-chocomint@users.noreply.github.com> Date: Sat, 2 Sep 2023 22:57:22 +0900 Subject: [PATCH] docs: Fix typo for documentation of plugins.tooltip.textDirection --- src/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;