From d294f6980178f6fc359b7e7708c84deee3100b0d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 24 Jun 2024 10:26:01 +0100 Subject: [PATCH] Fix Pekkp typo in cassandra.md (#179) --- docs/src/main/paradox/cassandra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/cassandra.md b/docs/src/main/paradox/cassandra.md index 1c722f2d..a4ad04a0 100644 --- a/docs/src/main/paradox/cassandra.md +++ b/docs/src/main/paradox/cassandra.md @@ -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.