From 4eee1e0a3c36fd4a2de47d808c5602bd44df460e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=A4umlisberger?= Date: Sat, 30 Oct 2021 16:57:55 +0200 Subject: [PATCH] fix typo --- doc/xmlConfigFile.md | 2 +- doc/yamlConfigFile.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index ccbbcab..bf4eaf1 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -141,7 +141,7 @@ This optional element can be specified multiple times if necessary to specify en ### Environment File -This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines an lines starting with "#" are ignored. The syntax is: +This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines and lines starting with "#" are ignored. The syntax is: ```xml %BASE%/env.txt diff --git a/doc/yamlConfigFile.md b/doc/yamlConfigFile.md index 2dc169b..a2cd802 100644 --- a/doc/yamlConfigFile.md +++ b/doc/yamlConfigFile.md @@ -173,7 +173,7 @@ env: ### Environment File -This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines an lines starting with "#" are ignored. The syntax is: +This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines and lines starting with "#" are ignored. The syntax is: ```yaml envFile: '%BASE%/env.txt'