Skip to content

Commit 0410b82

Browse files
kenjismichalsn
andauthored
docs: fix by proofreading
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent 3f8f4a9 commit 0410b82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@ If your method needs to work with parameters, the function will need a minimum o
697697
3. an array with all of the data that was submitted the form (``$data``)
698698
4. (optional) a custom error string (``&$error``), just as described above.
699699

700-
.. warning:: The other field values in ``$data`` is unvalidated (or maybe invalid)
701-
data. Using unvalidated input data is a source of vulnerability. You must
700+
.. warning:: The field values in ``$data`` are unvalidated (or may be invalid).
701+
Using unvalidated input data is a source of vulnerability. You must
702702
perform the necessary validation within your custom rules before using the
703703
data in ``$data``.
704704

0 commit comments

Comments
 (0)