Skip to content

Commit

Permalink
Fix typo (#4349)
Browse files Browse the repository at this point in the history
Fix a typo in the documentation (remove redundant word).
  • Loading branch information
regnisier committed Mar 19, 2020
1 parent 9806d9b commit b62842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/intro/tutorial-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ device IDs:
We almost have everything to test the removal of devices. What is missing is:

* Stopping a device actor from our test case, from the outside: any actor can be stopped by simply sending a special
the built-in message, `PoisonPill`, which instructs the actor to stop.
built-in message, `PoisonPill`, which instructs the actor to stop.
* Be notified once the device actor is stopped: we can use the _Death Watch_ facility for this purpose, too. Thankfully
the `TestProbe` has two messages that we can easily use, `Watch()` to watch a specific actor, and `ExpectTerminated`
to assert that the watched actor has been terminated.
Expand Down

0 comments on commit b62842e

Please sign in to comment.