Skip to content

Commit c7bd685

Browse files
committed
Polishing
1 parent 4f472d2 commit c7bd685

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4160,7 +4160,7 @@ In the next example, given a request that starts with `/resources`, the relative
41604160
used to find and serve static resources relative to `/static` on the classpath. Resources
41614161
are served with a one-year future expiration to ensure maximum use of the browser cache
41624162
and a reduction in HTTP requests made by the browser. The `Last-Modified` header is also
4163-
evaluated and, if present, a `304` status code is returned. The following list shows
4163+
evaluated and, if present, a `304` status code is returned. The following listing shows
41644164
the example:
41654165

41664166
[source,java,indent=0,subs="verbatim,quotes",role="primary"]

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
:doc-spring-security: {doc-root}/spring-security/reference
44

55
Spring Web MVC is the original web framework built on the Servlet API and has been included
6-
in the Spring Framework from the very beginning. The formal name, "`Spring Web MVC,`"
6+
in the Spring Framework from the very beginning. The formal name, "Spring Web MVC,"
77
comes from the name of its source module
88
({spring-framework-main-code}/spring-webmvc[`spring-webmvc`]),
9-
but it is more commonly known as "`Spring MVC`".
9+
but it is more commonly known as "Spring MVC".
1010

1111
Parallel to Spring Web MVC, Spring Framework 5.0 introduced a reactive-stack web framework
12-
whose name, "`Spring WebFlux,`" is also based on its source module
12+
whose name, "Spring WebFlux," is also based on its source module
1313
({spring-framework-main-code}/spring-webflux[`spring-webflux`]).
14-
This section covers Spring Web MVC. The <<web-reactive.adoc#spring-web-reactive, next section>>
14+
This chapter covers Spring Web MVC. The <<web-reactive.adoc#spring-web-reactive, next chapter>>
1515
covers Spring WebFlux.
1616

1717
For baseline information and compatibility with Servlet container and Java EE version

0 commit comments

Comments
 (0)