From 0fc498327595a1b0219d65ad6a5c8bf403487f9e Mon Sep 17 00:00:00 2001 From: sysadt Date: Thu, 5 Nov 2020 13:02:47 +0100 Subject: [PATCH] typo fix 04-configuration.md --- doc/04-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-configuration.md b/doc/04-configuration.md index be787e77b..e7741f4f9 100644 --- a/doc/04-configuration.md +++ b/doc/04-configuration.md @@ -428,7 +428,7 @@ evaluated for all objects of type `Host` and a new service with name "load" is created for each matching host. [Expression operators](17-language-reference.md#expression-operators) may be used in `assign where` conditions. -Multiple `assign where` condition can be combined with `AND` using the `&&` operator +Multiple `assign where` conditions can be combined with `AND` using the `&&` operator as shown in the `ssh` example: ```