diff --git a/docs/src/guide/vue-flow/config.md b/docs/src/guide/vue-flow/config.md
index ac44b8d0..f0ba2b74 100644
--- a/docs/src/guide/vue-flow/config.md
+++ b/docs/src/guide/vue-flow/config.md
@@ -305,7 +305,17 @@ const edges = ref([
If set to `loose` all handles are treated as source handles (thus allowing for connections on target handles as well.)
-### connection-line-type
+### connection-line-options
+
+- Type: [`ConnectionLineOptions`](/typedocs/interfaces/ConnectionLineOptions.html/)
+
+- Details:
+
+ Options for the connection line.
+
+ The options include the connection line type, style and possible marker types (marker-end/marker-start).
+
+### connection-line-type
- Type: [`ConnectionLineType`](/typedocs/enums/ConnectionLineType.html/)
@@ -317,7 +327,7 @@ const edges = ref([
When using a custom connection line this prop does nothing.
-### connection-line-style
+### connection-line-style
- Type: `CSSProperties` | `null`