Update remoting-artery.md (#31390)

This commit is contained in:
Jabir S. Minjibir 2022-05-13 08:51:27 +01:00 committed by GitHub
parent f9ed4b9a2a
commit b80b50a2e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ See @ref:[migrating from classic remoting](project/migration-guide-2.5.x-2.6.x.m
## Canonical address
In order to remoting to work properly, where each system can send messages to any other system on the same network
In order for remoting to work properly, where each system can send messages to any other system on the same network
(for example a system forwards a message to a third system, and the third replies directly to the sender system)
it is essential for every system to have a *unique, globally reachable* address and port. This address is part of the
unique name of the system and will be used by other systems to open a connection to it and send messages. This means