Skip to content

Commit d1862a2

Browse files
committed
Typo in web documentation
Fixes #22270
1 parent 2b65d0e commit d1862a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ TIP: If an application context hierarchy is not required, applications may confi
213213

214214
The `DispatcherServlet` delegates to special beans to process requests and render the
215215
appropriate responses. By "`special beans`" we mean Spring-managed `Object` instances that
216-
implement WebFlux framework contracts. Those usually come with built-in contracts, but
216+
implement framework contracts. Those usually come with built-in contracts, but
217217
you can customize their properties and extend or replace them.
218218

219219
The following table lists the special beans detected by the `DispatcherHandler`:

0 commit comments

Comments
 (0)