typo fix 04-configuration.md

This commit is contained in:
sysadt 2020-11-05 13:02:47 +01:00 committed by GitHub
parent 1450e1bb7f
commit 0fc4983275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```