From 4a6bdaaf4bdd14ce9dc479cde83176b4c1100f42 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 25 Aug 2023 14:45:56 +0200 Subject: [PATCH] docs: fix typo Change-Id: I9ad7b07834a0f83f82c2580fe277a337c6d03a12 --- doc/source/user/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst index 6b8bc2458..dbcf3ed48 100644 --- a/doc/source/user/usage.rst +++ b/doc/source/user/usage.rst @@ -100,7 +100,7 @@ results (e.g. the field contains a list), available options are: * ``any`` (the default) require any 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 operations require a ``value`` field to compare against.