From 4d116806c9333413854cf4928fafa7f134612164 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 24 Aug 2020 10:29:31 -0400 Subject: [PATCH] Update index.md I think this was a typo. --- docs/articles/remoting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/remoting/index.md b/docs/articles/remoting/index.md index 8602a4479b4..bda00d49d60 100644 --- a/docs/articles/remoting/index.md +++ b/docs/articles/remoting/index.md @@ -97,7 +97,7 @@ akka { See [Akka Remote Reference Config File](https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka.Remote/Configuration/Remote.conf) for additional information on HOCON settings available in akka remote. ## Addresses, Transports, Endpoints, and Associations -In the above section we mentioned that you have to bind a *transport* to an IP address and port, we did in that in HOCON inside the `dot-netty.tcp` section. Why did we have to do any of that? +In the above section we mentioned that you have to bind a *transport* to an IP address and port, we did that in HOCON inside the `dot-netty.tcp` section. Why did we have to do any of that? Well, let's take a step back to define some key terms you'll need to be familiar with in order to use Akka.Remote: