Skip to content

Commit

Permalink
Remove hanging "and" in doc benefit overview (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatLeong committed Aug 11, 2020
1 parent a578074 commit e5c328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/clustering/cluster-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The best way to begin introducing Akka.Cluster is with brief overview of what it
- Makes it easy to create peer-to-peer networks of Akka.NET applications
- Allows peers to automatically discover new nodes and removed dead ones automatically with no configuration changes
- Allows user-defined classes to subscribe to notifications about changes in the availability of nodes in the cluster
- Introduces the concept of "roles" to distinguish different Akka.NET applications within a cluster; and
- Introduces the concept of "roles" to distinguish different Akka.NET applications within a cluster
- Allows you to create clustered routers, which are an extension of the built-in Akka.NET routers, except that clustered routers automatically adjust their routees list based on node availability.

## Benefits of Akka.Cluster
Expand Down

0 comments on commit e5c328a

Please sign in to comment.