Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b973beb

Browse files
dfeltonBarny Shergold
andauthored
Update src/guides/v2.4/config-guide/prod/config-reference-systemxml.md
Co-authored-by: Barny Shergold <barny.shergold@vaimo.com>
1 parent 32a63d5 commit b973beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/config-guide/prod/config-reference-systemxml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ The following validation rules are available:
373373
| `phoneUS` | Allows a (US) phone number. |
374374
| `required-entry` | Disallows an empty value (equivalent validation as `validate-no-empty`).<br>Validation failure message: "This is a required field." |
375375
| `validate-no-html-tags` | Disallows usage of HTML tags. |
376-
| `validate-select` | Enforces a that the select option chosen not have a `null` value, string value of `none`, or string length of 0. |
376+
| `validate-select` | Enforces that the select option chosen not have a `null` value, string value of `none` or string length of 0. |
377377
| `validate-no-empty` | Disallows an empty value (equivalent validation as `requried-entry`).<br>Validation failure message: "Empty value." |
378378
| `validate-alphanum-with-spaces` | Allows usage of letters (a-z or A-Z), numbers (0-9), or spaces only. |
379379
| `validate-data` | Allows usage of letters (a-z or A-Z), numbers (0-9), or underscores (\_) only.<br>The first character must be a letter.<br>(Must match expression: `/^[A-Za-z]+[A-Za-z0-9_]+$/`)<br>Validation failure message: "Please use only letters (a-z or A-Z), numbers (0-9) or underscore (\_) in this field, and the first character should be a letter." |

0 commit comments

Comments
 (0)