From 767b61a3bb9d863c730ae2151ac748ac0fd5e349 Mon Sep 17 00:00:00 2001
From: Julien Neuhart
Date: Tue, 27 Aug 2019 11:11:40 +0200
Subject: [PATCH] typos in documentation
---
build/docs/content/03-environment-variables.md | 3 ++-
build/docs/content/04-html.md | 2 +-
build/docs/content/13-ping.md | 2 +-
docs/index.html | 7 ++++---
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/build/docs/content/03-environment-variables.md b/build/docs/content/03-environment-variables.md
index ff1f8289..7e3c6b97 100644
--- a/build/docs/content/03-environment-variables.md
+++ b/build/docs/content/03-environment-variables.md
@@ -25,7 +25,8 @@ This environment variable accepts any string that can be turned into a port numb
## Disable Google Chrome
-In order to save some resources, the Gotenberg image accepts the environment variable `DISABLE_GOOGLE_CHROME`.
+In order to save some resources, the Gotenberg image accepts the environment variable `DISABLE_GOOGLE_CHROME`
+for disabling Google Chrome.
It takes the strings `"0"` or `"1"` as value where `1` means `true`
diff --git a/build/docs/content/04-html.md b/build/docs/content/04-html.md
index be116af8..05cd7f5b 100644
--- a/build/docs/content/04-html.md
+++ b/build/docs/content/04-html.md
@@ -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.
>
diff --git a/build/docs/content/13-ping.md b/build/docs/content/13-ping.md
index 669a972e..3da6ea70 100644
--- a/build/docs/content/13-ping.md
+++ b/build/docs/content/13-ping.md
@@ -35,4 +35,4 @@ For instance:
]
```
-> if `LOG_LEVEL` is NOT `"DEBUG"`, no log entries are written.
\ No newline at end of file
+> if `LOG_LEVEL` is **not** `"DEBUG"`, no log entries are written.
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 721636d3..7036fb32 100755
--- a/docs/index.html
+++ b/docs/index.html
@@ -256,7 +256,8 @@ about what’s going on.
Disable Google Chrome
-
In order to save some resources, the Gotenberg image accepts the environment variable DISABLE_GOOGLE_CHROME.
+
In order to save some resources, the Gotenberg image accepts the environment variable DISABLE_GOOGLE_CHROME
+for disabling Google Chrome.
It takes the strings "0" or "1" as value where 1 means true
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 and Markdown conversions, the API does only 6 conversions at a time.
The more concurrent requests, the more 504 HTTP codes the API will return.
@@ -1390,7 +1391,7 @@ For instance:
-
if LOG_LEVEL is NOT "DEBUG", no log entries are written.
+
if LOG_LEVEL is not"DEBUG", no log entries are written.