Feedback for 'NServiceBus Step-by-step: Multiple Endpoints' https://docs.particular.net/tutorials/nservicebus-step-by-step/3-multiple-endpoints/
Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/tutorials/nservicebus-step-by-step/3-multiple-endpoints/tutorial.md
In "Sending to another endpoint", the code says to use routing.RouteToEndpoint while the original code said to use the variable name of transport. Implementing as-is results in a compilation error.