From 9cb9d3d44f694c60f71b7c63812c5acf4b1e2f73 Mon Sep 17 00:00:00 2001 From: Hugh McKee Date: Wed, 22 Jul 2020 02:54:21 -0400 Subject: [PATCH] fix typo (#29412) --- akka-docs/src/main/paradox/typed/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/cluster.md b/akka-docs/src/main/paradox/typed/cluster.md index 3ea5044e27..2247dea750 100644 --- a/akka-docs/src/main/paradox/typed/cluster.md +++ b/akka-docs/src/main/paradox/typed/cluster.md @@ -4,7 +4,7 @@ project.description: Build distributed applications that scale across the networ # Cluster Usage This document describes how to use Akka Cluster and the Cluster APIs. -The [stateful or stateful applications: to Akka Cluster or not](https://akka.io/blog/news/2020/06/01/akka-cluster-motivation) video is a good starting point to understand the motivation to use Akka Cluster. +The [Stateful or Stateless Applications: To Akka Cluster or not](https://akka.io/blog/news/2020/06/01/akka-cluster-motivation) video is a good starting point to understand the motivation to use Akka Cluster. For specific documentation topics see: