diff --git a/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts b/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts index 0a1f5676c..ed81ff513 100644 --- a/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts +++ b/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts @@ -210,7 +210,7 @@ declare namespace RED { /** * Utility function to call a reusable flow defined as a subroutine (link-in/link-out nodes). * - * @param {string} target - the target of the link-in subroutine to call (can be node ID or name of link-in node) + * @param {string} target - the target of the link-in subroutine to call (can be the name or ID of a link-in node) * @param {Object} msg - the message object to pass to the subroutine * @param {Object} [options] - call options * @param {number} [options.timeout=5000] - the maximum time to wait for a response (default: 5000ms)