Skip to content

Commit 6cece38

Browse files
committed
remove repeated “instead”
1 parent 383d3a2 commit 6cece38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/marks/link.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface LinkOptions extends MarkOptions, MarkerOptions, CurveAutoOption
5252
*
5353
* If the plot uses a spherical **projection**, the default *auto* **curve**
5454
* will render links as geodesics; to draw a straight line instead, use the
55-
* *linear* **curve** instead.
55+
* *linear* **curve**.
5656
*/
5757
curve?: CurveAutoOptions["curve"];
5858
}
@@ -69,7 +69,7 @@ export interface LinkOptions extends MarkOptions, MarkerOptions, CurveAutoOption
6969
*
7070
* If the plot uses a spherical **projection**, the default *auto* **curve**
7171
* will render links as geodesics; to draw a straight line instead, use the
72-
* *linear* **curve** instead.
72+
* *linear* **curve**.
7373
*/
7474
export function link(data?: Data, options?: LinkOptions): Link;
7575

0 commit comments

Comments
 (0)