Fix typo in documentation (#26702)

This commit is contained in:
Jason Zaugg 2019-04-09 00:12:58 +10:00 committed by Johan Andrén
parent f798481de5
commit e2dc818625

View file

@ -13,7 +13,7 @@ To use Akka TestKit Typed, add the module to your project:
## Introduction
Testing can either be done asynchronously using a real `ActorSystem` or synchronously on the testing thread using the `BehaviousTestKit`.
Testing can either be done asynchronously using a real `ActorSystem` or synchronously on the testing thread using the `BehaviourTestKit`.
For testing logic in a `Behavior` in isolation synchronous testing is preferred. For testing interactions between multiple
actors a more realistic asynchronous test is preferred.