Merge pull request #1393 from CodeBlock/grammarfix

[docs] fix there -> their in two places.
This commit is contained in:
Roland Kuhn 2013-05-03 01:47:14 -07:00
commit 1ab3987c6e
2 changed files with 2 additions and 2 deletions

View file

@ -401,7 +401,7 @@ An example of setting up a custom transport implementation::
Remote Events
-------------
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to there events,
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to these events
you simply register as listener to the below described types in on the ``ActorSystem.eventStream``.
.. note::

View file

@ -402,7 +402,7 @@ An example of setting up a custom transport implementation::
Remote Events
-------------
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to there events,
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to these events
you simply register as listener to the below described types in on the ``ActorSystem.eventStream``.
.. note::