docs(useNodeConnections): fix tsdocs typo

This commit is contained in:
Abbey Yacoe
2025-02-17 10:42:11 +01:00
parent 23669c330d
commit ae5f3666d4

View File

@@ -38,7 +38,7 @@ type UseNodeConnectionsParams = {
*
*export default function () {
* const connections = useNodeConnections({
* type: 'target',
* handleType: 'target',
* handleId: 'my-handle',
* });
*