Grammar fix (#29723)

This commit is contained in:
Edward Samson 2020-10-10 19:04:57 +08:00 committed by GitHub
parent 73899ff16b
commit 7c9eed6d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -316,7 +316,7 @@ The node roles are defined in the configuration property named `akka.cluster.rol
and typically defined in the start script as a system property or environment variable.
The roles are part of the membership information in `MemberEvent` that you can subscribe to. The roles
of the own node are available from the `selfMember` and that can be used for conditionally start certain
of the own node are available from the `selfMember` and that can be used for conditionally starting certain
actors:
Scala