docs: fix typo

Change-Id: I9ad7b07834a0f83f82c2580fe277a337c6d03a12
This commit is contained in:
Pierre Riteau 2023-08-25 14:45:56 +02:00
parent 13a0d9374f
commit 4a6bdaaf4b

View File

@ -100,7 +100,7 @@ results (e.g. the field contains a list), available options are:
* ``any`` (the default) require any to match, * ``any`` (the default) require any to match,
* ``all`` require all to match, * ``all`` require all to match,
* ``first`` requrie the first to match. * ``first`` require the first to match.
All other fields are passed to the condition plugin, e.g. numeric comparison All other fields are passed to the condition plugin, e.g. numeric comparison
operations require a ``value`` field to compare against. operations require a ``value`` field to compare against.