From 24544aa938a7670b747c196a90c33c487042b04e Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 6 May 2019 13:16:27 +0200 Subject: [PATCH] Typo: whish -> wish --- Documentation/Books/Manual/Programs/Arangod/Javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Books/Manual/Programs/Arangod/Javascript.md b/Documentation/Books/Manual/Programs/Arangod/Javascript.md index 01ae1b0055..8ade5df286 100644 --- a/Documentation/Books/Manual/Programs/Arangod/Javascript.md +++ b/Documentation/Books/Manual/Programs/Arangod/Javascript.md @@ -110,7 +110,7 @@ In certain types of ArangoDB instances you can now completely disable the V8 JavaScript engine. Be aware that this is an **highly experimental** feature and it is to be expected that certain functionality (e.g. some API endpoints, the WebUI, some AQL functions etc) will be missing or severely broken. Nevertheless -you may whish to reduce the footprint of ArangoDB by disabling V8. +you may wish to reduce the footprint of ArangoDB by disabling V8. This option is expected to **only** work reliably on a _single server_, _DBServer_, or _agency_. Do not try to use this feature on a _coordinator_ or in the _ActiveFailover_ setup. @@ -125,4 +125,4 @@ Copy contents of 'javascript.startup-directory' on first start of the server. Th is intended to be useful for _rolling upgrades_. Setting this to _true_ means that you can upgrade the underlying ArangoDB packages, without influencing the running _arangod_ instance. Setting this value does only make sense if you use ArangoDB outside of a container solution, -like Docker, Kubernetes, etc. \ No newline at end of file +like Docker, Kubernetes, etc.