Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/html/stories/Wires.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and the connection point between the two edges in `GraphView.updateFixedTerminal
The orthogonal router, which is implemented as an edge style,
computes its result based on the output of `GraphView.updateFixedTerminalPoint`,
which computes all connection points for edge-to-edge connections
and constrained ports and vertices and stores them in state.absolutePoints.
and constrained ports and vertices and stores them in `State.absolutePoints`.


## Routing directions
Expand Down
Loading