Skip to content

Commit 38b9e33

Browse files
committed
Typo
1 parent 016d7c4 commit 38b9e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/php/api/form_builder/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ WoltLab Suite Core delivers the following two default dependency classes by defa
5454

5555
- `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).
5656
- `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()`).
57-
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.
57+
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.
5858

5959

6060
## JavaScript Implementation

0 commit comments

Comments
 (0)