Skip to content

Commit

Permalink
Merge pull request #33865 from ngocnhan-tran1996
Browse files Browse the repository at this point in the history
* pr/33865:
  Fix typo in reference documentation

Closes gh-33865
  • Loading branch information
snicoll committed Nov 10, 2024
2 parents 9724f9b + 8afd01b commit f06853a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ input is ignored. This is in contrast to property binding which by default binds
request parameter for which there is a matching property.

If neither a dedicated model object nor constructor binding is sufficient, and you must
use property binding, we strongy recommend registering `allowedFields` patterns (case
use property binding, we strongly recommend registering `allowedFields` patterns (case
sensitive) on `WebDataBinder` in order to prevent unexpected properties from being set.
For example:

Expand Down

0 comments on commit f06853a

Please sign in to comment.