Skip to content

Commit

Permalink
Fix Pekkp typo in cassandra.md (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jun 24, 2024
1 parent d4d928d commit d294f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,6 @@ datastax-java-driver {
```

Alternatively, Pekko Discovery can be used for finding the Cassandra server contact points as described
in the [Pekkp Connectors Cassandra documentation](https://pekko.apache.org/docs/pekko-connectors/current/cassandra.html#using-pekko-discovery).
in the [Pekko Connectors Cassandra documentation](https://pekko.apache.org/docs/pekko-connectors/current/cassandra.html#using-pekko-discovery).

Without any configuration it will use `localhost:9042` as default.

0 comments on commit d294f69

Please sign in to comment.