From b3bc6f02ee88cbfe2e0908859992772c764ad805 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Wed, 21 Aug 2024 14:29:26 +0200 Subject: [PATCH] Fix typo in common-layout-options.md --- docs/en/common-layout-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/common-layout-options.md b/docs/en/common-layout-options.md index e0e21b2e8b..02c1375a52 100644 --- a/docs/en/common-layout-options.md +++ b/docs/en/common-layout-options.md @@ -110,7 +110,7 @@ type LegendOptions = { ```js const options = { - legned: { + legend: { width: 200 } };