Skip to content

Commit

Permalink
Correct formatting for *-endpoint
Browse files Browse the repository at this point in the history
Ref: First-party TypeScript definitions #3166
  • Loading branch information
maxkfranz committed Aug 14, 2024
1 parent 0d24994 commit d8f16b1
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 @@ -592,7 +592,7 @@ Only mid arrows are supported on haystack edges.

## Edge endpoints

`source-endpoint` & `target-endpoint` : Specifies the endpoint of the source side of the edge and the target side of the edge, respectively. There are several options for how those properties can be set:
**`source-endpoint`** & **`target-endpoint`** : Specifies the endpoint of the source side of the edge and the target side of the edge, respectively. There are several options for how those properties can be set:

- A special, named value may be used.
- `outside-to-node` (default) indicates that the edge should be placed automatically to point towards the node's position and be placed on the outside of the node's shape.
Expand Down

0 comments on commit d8f16b1

Please sign in to comment.