diff --git a/akka-docs/rst/scala/remoting.rst b/akka-docs/rst/scala/remoting.rst index 1c92b42fd5..5268a99ccf 100644 --- a/akka-docs/rst/scala/remoting.rst +++ b/akka-docs/rst/scala/remoting.rst @@ -78,7 +78,7 @@ As you can see from the example above the following pattern is used to find an a akka.://@:/ -Once you obtained a selection to the actor you can interact with it they same way you would with a local actor, e.g.:: +Once you obtained a selection to the actor you can interact with it in the same way you would with a local actor, e.g.:: selection ! "Pretty awesome feature"