From 98f59a87639681f0be0951fe4c019e8fb44147df Mon Sep 17 00:00:00 2001 From: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:09:11 +0200 Subject: [PATCH] Update docs/webadministration.rst typo Co-authored-by: Dario Ernst --- docs/webadministration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webadministration.rst b/docs/webadministration.rst index 20760802..22932eaa 100644 --- a/docs/webadministration.rst +++ b/docs/webadministration.rst @@ -357,7 +357,7 @@ The following options are available when adding an alias: * %a - Finds any values that end with "a" * %or% - Finds any values that have "or" in any position * _r% - Finds any values that have "r" in the second position - * a_% -' Finds any values that start with "a" and are at least 2 characters in length + * a_% - Finds any values that start with "a" and are at least 2 characters in length * a__% - Finds any values that start with "a" and are at least 3 characters in length * a%o - Finds any values that start with "a" and ends with "o"