Skip to content

Commit 4d566b4

Browse files
authored
Merge pull request #2069 from nowackipawel/patch-68
validation rule: then -> than (spelling)
2 parents 78b55f8 + 36ee957 commit 4d566b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ is_natural_no_zero No Fails if field contains anything other than
673673
is_unique Yes Checks if this field value exists in the database. Optionally set a is_unique[table.field,ignore_field,ignore_value]
674674
column and value to ignore, useful when updating records to ignore itself.
675675
less_than Yes Fails if field is greater than or equal to the parameter value or not numeric. less_than[8]
676-
less_then_equal_to Yes Fails if field is greater than the parameter value or not numeric. less_than_equal_to[8]
676+
less_than_equal_to Yes Fails if field is greater than the parameter value or not numeric. less_than_equal_to[8]
677677
matches Yes The value must match the value of the field in the parameter. matches[field]
678678
max_length Yes Fails if field is longer than the parameter value. max_length[8]
679679
min_length Yes Fails if field is shorter than the parameter value. min_length[3]

0 commit comments

Comments
 (0)