From 04b1fa378d4d2715f6eb1004689eae98058161e0 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 1 Oct 2019 09:33:31 +0200 Subject: [PATCH] fixing typo in documentation --- build/docs/content/12-scalability.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/docs/content/12-scalability.md b/build/docs/content/12-scalability.md index 2e3177dc..4424670b 100644 --- a/build/docs/content/12-scalability.md +++ b/build/docs/content/12-scalability.md @@ -22,7 +22,7 @@ requests. The limitation here is the available memory. This strategy is mostly for [HTML](#html), [URL](#url) and [Markdown](#markdown) conversions. -You may increase the conversion timeout. In other word, you accept that a conversion takes more time +You may increase the conversion timeout. In other words, you accept that a conversion takes more time if there are more than 6 conversions in parallel. > See [timeout section](#timeout). diff --git a/docs/index.html b/docs/index.html index 09b8ad2e..0595a6e9 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1340,7 +1340,7 @@ requests. The limitation here is the available memory.

This strategy is mostly for HTML, URL and Markdown conversions.

-

You may increase the conversion timeout. In other word, you accept that a conversion takes more time +

You may increase the conversion timeout. In other words, you accept that a conversion takes more time if there are more than 6 conversions in parallel.