Skip to content

Commit

Permalink
Improve grammar in docs re. triangle edges
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Sep 12, 2023
1 parent 2211100 commit 24c1307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/md/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ For straight triangle edges (`curve-style: straight-triangle`, [demo](demos/edge
A straight triangle edge (`curve-style: straight-triangle`) is drawn as a single straight isosceles triangle in the direction from the source to the target, with a triangle base at the source and a triangle apex (a point) at the target.
Property `width` defines width of the triangle base. Properties `line-style`, `line-cap`, `line-dash-pattern`, `line-dash-offset` are not supported.
The `width` property defines width of the triangle base. The `line-style`, `line-cap`, `line-dash-pattern`, and `line-dash-offset` properties are not supported.
## Taxi edges
Expand Down

0 comments on commit 24c1307

Please sign in to comment.