From 04e930a7660bb990738ed3edac8771d749baef3c Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 9 Jun 2020 16:29:14 +0200 Subject: [PATCH] fixing typos in documentation --- build/docs/content/03-environment-variables.md | 3 ++- docs/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/docs/content/03-environment-variables.md b/build/docs/content/03-environment-variables.md index de22646d..b41bb314 100644 --- a/build/docs/content/03-environment-variables.md +++ b/build/docs/content/03-environment-variables.md @@ -62,7 +62,8 @@ The hard limit is 100 MB and is defined by Google Chrome itself. When performing a [URL](#url) conversion, Google Chrome will not accept certificate errors . -You may allow insecure connections by setting `GOOGLE_CHROME_IGNORE_CERTIFICATE_ERRORS` variable to `"1"`. **You should be careful with this feature and only enable it in your development environment.** +You may allow insecure connections by setting the `GOOGLE_CHROME_IGNORE_CERTIFICATE_ERRORS` environment variable to `"1"`. +**You should be careful with this feature and only enable it in your development environment.** ## Disable LibreOffice (unoconv) diff --git a/docs/index.html b/docs/index.html index 536fa28d..edf07152 100755 --- a/docs/index.html +++ b/docs/index.html @@ -338,7 +338,8 @@ See the rpcc buffer size section.

When performing a URL conversion, Google Chrome will not accept certificate errors .

-

You may allow insecure connections by setting GOOGLE_CHROME_IGNORE_CERTIFICATE_ERRORS variable to "1". You should be careful with this feature and only enable it in your development environment.

+

You may allow insecure connections by setting the GOOGLE_CHROME_IGNORE_CERTIFICATE_ERRORS environment variable to "1". +You should be careful with this feature and only enable it in your development environment.