Corrected typos

Correct `extend` to `extent`
Correct `are` to `as`
This commit is contained in:
David Faux
2019-10-28 07:28:40 +02:00
committed by GitHub
parent 8fd51b9e9e
commit 606254d941

View File

@@ -1394,10 +1394,10 @@ $resp = $client->post($request);
<p>The API uses under the hood intricate programs.</p>
<p>Gotenberg tries to abstract as much complexity as possible but it can
only do it to a certain extend.</p>
only do it to a certain extent.</p>
<p>For instance, <a href="#office">Office</a> and <a href="#merge">Merge</a> endpoints will start respectively as many LibreOffice (unoconv) and PDTk
instances are there are requests. The limitation here is the available memory and CPU usage.</p>
instances as there are requests. The limitation here is the available memory and CPU usage.</p>
<p>On another hand, for the <a href="#html">HTML</a>, <a href="#url">URL</a> and <a href="#markdown">Markdown</a> endpoints, the API does only 6 conversions in parallel.
Indeed, Google Chrome misbehaves if there are too many concurrent conversions.</p>
@@ -1506,4 +1506,4 @@ restart your Gotenberg instances from time to time to ensure a nominal behaviour
</div>
</div></body></html>
</div></body></html>