Skip to content

Commit f06853a

Browse files
committed
Merge pull request #33865 from ngocnhan-tran1996
* pr/33865: Fix typo in reference documentation Closes gh-33865
2 parents 9724f9b + 8afd01b commit f06853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: framework-docs/modules/ROOT/partials/web/web-data-binding-model-design.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ input is ignored. This is in contrast to property binding which by default binds
4545
request parameter for which there is a matching property.
4646

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

0 commit comments

Comments
 (0)