typos in documentation

This commit is contained in:
Julien Neuhart
2019-08-27 11:11:40 +02:00
parent dd2542dcd6
commit 767b61a3bb
4 changed files with 8 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ Gotenberg provides the endpoint `/convert/html` for HTML conversions.
It accepts `POST` requests with a `multipart/form-data` Content-Type.
> **Attention:** currently, Google Chrome headless misbehaves if there are too many concurrent conversions.
> **Attention:** currently, Google Chrome misbehaves if there are too many concurrent conversions.
> That's why for HTML, [URL](#url) and [Markdown](#markdown) conversions, the API does only 6 conversions at a time.
> The more concurrent requests, the more `504` HTTP codes the API will return.
>