From f36988284d96374d8635c3d02a81e3cac1ed2d98 Mon Sep 17 00:00:00 2001 From: "amaury@reacher.email" Date: Wed, 27 Nov 2024 22:04:46 +0000 Subject: [PATCH] GITBOOK-14: Typo in docs --- docs/self-hosting/scaling-for-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/scaling-for-production.md b/docs/self-hosting/scaling-for-production.md index 77c3f245b..099ce85c8 100644 --- a/docs/self-hosting/scaling-for-production.md +++ b/docs/self-hosting/scaling-for-production.md @@ -16,7 +16,7 @@ Note that Reacher provides the same Docker image `reacherhq/backend` which can a With this architecture, it's possible to horizontally scale the number of workers, while making sure that the individual IPs don't get blacklisted. To do so, we propose to start with two types of workers. -### Common Configuration to both workers +### Shared Configuration between both workers To enable the above worker architecture, set the following parameters in [reacher-configuration-v0.10.md](../advanced/migrations/reacher-configuration-v0.10.md "mention"):