Skip to content

Commit a90010b

Browse files
authored
fix(docs): typo in SnappableConnectionLine.vue (#1638)
Fix Typo in SnappableConnectionLine.vue
1 parent e38d7b3 commit a90010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/connection-radius/SnappableConnectionLine.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const props = defineProps({
2121
},
2222
targetPosition: {
2323
type: String,
24-
reuire: true,
24+
required: true,
2525
},
2626
sourcePosition: {
2727
type: String,

0 commit comments

Comments
 (0)