Fix typo in reference documentation

See gh-33865
This commit is contained in:
Tran Ngoc Nhan 2024-11-10 00:08:44 +07:00 committed by Brian Clozel
parent e3ba957431
commit 85cf563741
1 changed files with 1 additions and 1 deletions

View File

@ -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. request parameter for which there is a matching property.
If neither a dedicated model object nor constructor binding is sufficient, and you must 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. sensitive) on `WebDataBinder` in order to prevent unexpected properties from being set.
For example: For example: