Skip to content

Commit

Permalink
fix: update typo (#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
niknbr authored Nov 8, 2022
1 parent 3c73d17 commit b25aea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/site/docs/api/shapeProperties.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ The arrow on the start of the path. When `startArrow` is `true`, show a default

<description> _Boolean | Object_ **optional** </description>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit b25aea3

Please sign in to comment.