From b25aea318eb257f0b9a0714c27940ae530920a1d Mon Sep 17 00:00:00 2001 From: Nikhil <7285903+niknbr@users.noreply.github.com> Date: Tue, 8 Nov 2022 08:10:50 +0000 Subject: [PATCH] fix: update typo (#4000) --- packages/site/docs/api/shapeProperties.en.md | 2 +- .../manual/middle/elements/shape/shape-and-properties.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/site/docs/api/shapeProperties.en.md b/packages/site/docs/api/shapeProperties.en.md index e6ab22dfd52..5ff9537bf4a 100644 --- a/packages/site/docs/api/shapeProperties.en.md +++ b/packages/site/docs/api/shapeProperties.en.md @@ -402,7 +402,7 @@ The arrow on the start of the path. When `startArrow` is `true`, show a default _Boolean | Object_ **optional** -The arrow on the end of the path. When `startArrow` is `true`, show a default arrow on the end of the path. User can custom an arrow by path. +The arrow on the end of the path. When `endArrow` is `true`, show a default arrow on the end of the path. User can custom an arrow by path. ### lineAppendWidth diff --git a/packages/site/docs/manual/middle/elements/shape/shape-and-properties.en.md b/packages/site/docs/manual/middle/elements/shape/shape-and-properties.en.md index 8f8989050e2..e8190cbc697 100644 --- a/packages/site/docs/manual/middle/elements/shape/shape-and-properties.en.md +++ b/packages/site/docs/manual/middle/elements/shape/shape-and-properties.en.md @@ -248,7 +248,7 @@ group.addShape('marker', { | --- | --- | --- | | path | The path. | It can be a String, or an Array of path | | startArrow | The arrow on the start of the path | When `startArrow` is `true`, show a default arrow on the start of the path. User can customize an arrow by path | -| endArrow | The arrow on the end of the path | When `startArrow` is `true`, show a default arrow on the end of the path. User can customize an arrow by path | +| endArrow | The arrow on the end of the path | When `endArrow` is `true`, show a default arrow on the end of the path. User can customize an arrow by path | | lineAppendWidth | The hitting area of the path | Enlarge the hitting area by enlarging its value | | lineCap | The style of two ends of the path | | | lineJoin | The style of the intersection of two path | |