From: Chocomint <37074437+bboy-chocomint@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:13:29 +0000 (+0900) Subject: docs: Fix typo for documentation of plugins.tooltip.textDirection (#11483) X-Git-Tag: v4.4.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b97b869818e3539846a47100f9469a193945f7;p=thirdparty%2FChart.js.git docs: Fix typo for documentation of plugins.tooltip.textDirection (#11483) --- diff --git a/src/types/index.d.ts b/src/types/index.d.ts index fb7a5a477..518bf1dca 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;