From 38b9e338a6902f6f0ec9f9dc410d5ef4c816f4d5 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 17 Oct 2021 11:35:49 +0200 Subject: [PATCH] Typo --- docs/php/api/form_builder/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/php/api/form_builder/dependencies.md b/docs/php/api/form_builder/dependencies.md index 9d9bd076..a7563725 100644 --- a/docs/php/api/form_builder/dependencies.md +++ b/docs/php/api/form_builder/dependencies.md @@ -54,7 +54,7 @@ WoltLab Suite Core delivers the following two default dependency classes by defa - `NonEmptyFormFieldDependency` can be used to ensure that a node is only shown if the value of the referenced form field is not empty (being empty is determined using PHP’s `empty` function). - `ValueFormFieldDependency` can be used to ensure that a node is only shown if the value of the referenced form field is from a specified list of of values (see methods `values($values)` and `getValues()`). - Additionally, via `negate($negate = true)` and `isNegated()`, the locic can also be inverted by requiring the value of the referenced form field not to be from a specified list of values. + Additionally, via `negate($negate = true)` and `isNegated()`, the logic can also be inverted by requiring the value of the referenced form field not to be from a specified list of values. ## JavaScript Implementation -- 2.20.1