From 1dde30a7fdb8013529900c638267a450aa1806d4 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 28 Apr 2021 15:39:07 +0200 Subject: [PATCH] Fix grammar in ref docs --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index e6bf56cfa8..132c2dfff3 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -2332,7 +2332,7 @@ Type conversion is applied automatically if the target method parameter type is [.small]#<># You can use the `@ModelAttribute` annotation on a method argument to access an attribute from the -model or have it instantiated if not present. The model attribute is also overlain with +model or have it instantiated if not present. The model attribute is also overlaid with the values of query parameters and form fields whose names match to field names. This is referred to as data binding, and it saves you from having to deal with parsing and converting individual query parameters and form fields. The following example binds an instance of `Pet`: