From 8736fb16f984078a13cb52aa740a3a9d7567dcf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevo=20Slavi=C4=87?= Date: Wed, 16 Apr 2014 16:15:15 +0200 Subject: [PATCH] Fixed a typo --- akka-docs/rst/scala/remoting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"