From fc2e764c7dc86095d363c29cd19ab29e5640d17c Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Thu, 29 Jul 2021 09:23:58 +0200 Subject: [PATCH] Typo fix: muliple -> multiple --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index fe7f595..ffea28b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -34,7 +34,7 @@ Actors only run and use a CPU thread when they have one or more messages in thei It's possible to have thousands or millions of actors that share just two CPU core/threads. -**Can Riker run on muliple hosts?** +**Can Riker run on multiple hosts?** Like any application a Riker application can easily be distributed across multiple network hosts or Docker containers. Applications can be load balanced using simple load balancing or form part of a more complex system using a [Kubernetes](https://kubernetes.io/), [Linkerd](https://linkerd.io/), etc.