Skip to content

Commit 0e9da17

Browse files
author
rahulmlokurte
authored
Fix typo in webmvc-functional.adoc
Closes gh-24968
1 parent 583435d commit 0e9da17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webmvc-functional.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the same <<web#mvc-servlet>>.
1616

1717
In WebMvc.fn, an HTTP request is handled with a `HandlerFunction`: a function that takes
1818
`ServerRequest` and returns a `ServerResponse`.
19-
Both the request as the response object have immutable contracts that offer JDK 8-friendly
19+
Both the request and the response object have immutable contracts that offer JDK 8-friendly
2020
access to the HTTP request and response.
2121
`HandlerFunction` is the equivalent of the body of a `@RequestMapping` method in the
2222
annotation-based programming model.

0 commit comments

Comments
 (0)