From 24c13071c18737176ecce8828b8f0a9ee3b63455 Mon Sep 17 00:00:00 2001 From: Max Franz Date: Tue, 12 Sep 2023 13:22:21 -0400 Subject: [PATCH] Improve grammar in docs re. triangle edges --- documentation/md/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/md/style.md b/documentation/md/style.md index 312fc628e0..92470fe925 100644 --- a/documentation/md/style.md +++ b/documentation/md/style.md @@ -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