diff --git a/docs/en/common-layout-options.md b/docs/en/common-layout-options.md index e0e21b2e8..02c1375a5 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 } };