Merge pull request #5021 from xyflow/ay-docs-fix

docs(useNodeConnections): fix docs typo
This commit is contained in:
Peter Kogo
2025-02-17 13:39:53 +01:00
committed by GitHub
@@ -38,7 +38,7 @@ type UseNodeConnectionsParams = {
*
*export default function () {
* const connections = useNodeConnections({
* type: 'target',
* handleType: 'target',
* handleId: 'my-handle',
* });
*