Nexus signal starts workflow?

Reading through the Nexus documentation, one of the synchronous operations is sending a signal; the documentation for the Synchronous Operations Lifecycle says:

  1. Nexus Operation handler processes the Nexus Operation.
    i. Handler Worker gets a Nexus Task from Task Queue.
    ii. Operation handler starts a Workflow in the target cluster.

I was wondering if this was a typo, or if sending a synchronous signal through Nexus actually does start a workflow in the target cluster to deliver the signal?

I was wondering if this was a typo

yes looks like it is, thanks for catching that, we will inform docs team.
no workflow is created to deliver signal.
also in general its not recommended to start execution in sync handler, but rather use NewWorkflowRunOperation that would translate it into async operation