Skip to content

Commit 68674c9

Browse files
authored
Fix typo in custom edge label documentation (#1100)
1 parent 091c0dc commit 68674c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/reactflow.dev/src/content/learn/customization/edge-labels.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Image } from 'xy-shared';
99
# Edge Labels
1010

1111
One of the more common uses for [custom edges](/learn/customization/custom-edges) is rendering some controls or info
12-
along an edge's path. In React Flow we call that an _custom edge label_ and unlike the
12+
along an edge's path. In React Flow we call that a _custom edge label_ and unlike the
1313
edge path, edge labels can be any React component!
1414

1515
## Adding an edge label

0 commit comments

Comments
 (0)