From 8afd01ba2ca2baa030038d277c9a4251ce72e508 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sun, 10 Nov 2024 00:08:44 +0700 Subject: [PATCH] Fix typo in reference documentation See gh-33865 --- .../ROOT/partials/web/web-data-binding-model-design.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/partials/web/web-data-binding-model-design.adoc b/framework-docs/modules/ROOT/partials/web/web-data-binding-model-design.adoc index 90ee5468e338..74fe12d51bb9 100644 --- a/framework-docs/modules/ROOT/partials/web/web-data-binding-model-design.adoc +++ b/framework-docs/modules/ROOT/partials/web/web-data-binding-model-design.adoc @@ -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: