Merge pull request #1393 from CodeBlock/grammarfix
[docs] fix there -> their in two places.
This commit is contained in:
commit
1ab3987c6e
2 changed files with 2 additions and 2 deletions
|
|
@ -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::
|
||||
|
|
|
|||
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue