]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
docs: Fix typo for documentation of plugins.tooltip.textDirection (#11483)
authorChocomint <37074437+bboy-chocomint@users.noreply.github.com>
Mon, 4 Sep 2023 08:13:29 +0000 (17:13 +0900)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 08:13:29 +0000 (10:13 +0200)
src/types/index.d.ts

index fb7a5a477966ff5c71c8991cb1bdf405fb13fa68..518bf1dca28b2ffe7b54651596cc21d8ee5e8207 100644 (file)
@@ -2477,7 +2477,7 @@ export interface LegendOptions<TType extends ChartType> {
   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;