fix doc grammar by removing an Pekko (#118)

This commit is contained in:
PJ Fanning 2023-01-20 09:40:34 +00:00 committed by GitHub
parent 0903c6aa86
commit b6a8e2204b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 35 additions and 34 deletions

View file

@ -32,7 +32,7 @@ import pekko.util.Timeout
@nowarn
class PekkoSpecSpec extends AnyWordSpec with Matchers {
"An PekkoSpec" must {
"A PekkoSpec" must {
"warn about unhandled messages" in {
implicit val system = ActorSystem("PekkoSpec0", PekkoSpec.testConf)