From 3e05bd10001dda94ab2ced9139d4d758ebc19435 Mon Sep 17 00:00:00 2001 From: Ivan Krechetov Date: Fri, 1 Sep 2023 16:02:52 +0200 Subject: [PATCH] Fix a typo (#1191) --- docs/src/main/paradox/bootstrap/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/bootstrap/recipes.md b/docs/src/main/paradox/bootstrap/recipes.md index d2112b5bc..a38514096 100644 --- a/docs/src/main/paradox/bootstrap/recipes.md +++ b/docs/src/main/paradox/bootstrap/recipes.md @@ -21,7 +21,7 @@ The recommended approach is to: * Use a Deployment for creating the pods * Use either the Kubernetes API or DNS for contact point discovery (details below) -* Optionally use a service or ingress for any for traffic coming from outside of the Akka Cluster e.g. gRPC and HTTP +* Optionally use a service or ingress for any traffic coming from outside of the Akka Cluster e.g. gRPC and HTTP ### Example project