From 880adf980f4d56b2f646e761803cc6649800aa7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Koreti=C4=87?= Date: Sat, 1 Jun 2019 12:39:54 +0200 Subject: [PATCH] typo fix --- docs/1.x.x/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.x.x/configuration.md b/docs/1.x.x/configuration.md index 588ce5c769..d561cceadc 100644 --- a/docs/1.x.x/configuration.md +++ b/docs/1.x.x/configuration.md @@ -478,7 +478,7 @@ Options: - `timeout` (integer): Set the timeout before killing a worker in ms. - `workers` (integer): Set the number of workers to spawn. If the `workers` key is not defined, Strapi will use every free CPU - (recommended in `production` environement). + (recommended in `production` environment). Notes: - Set to `false` to disable the auto-reload and clustering features.