We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583435d commit 0e9da17Copy full SHA for 0e9da17
src/docs/asciidoc/web/webmvc-functional.adoc
@@ -16,7 +16,7 @@ the same <<web#mvc-servlet>>.
16
17
In WebMvc.fn, an HTTP request is handled with a `HandlerFunction`: a function that takes
18
`ServerRequest` and returns a `ServerResponse`.
19
-Both the request as the response object have immutable contracts that offer JDK 8-friendly
+Both the request and the response object have immutable contracts that offer JDK 8-friendly
20
access to the HTTP request and response.
21
`HandlerFunction` is the equivalent of the body of a `@RequestMapping` method in the
22
annotation-based programming model.
0 commit comments