Skip to content

Commit b9656ac

Browse files
committed
Polishing
1 parent de441b4 commit b9656ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

framework-docs/src/docs/asciidoc/web/webflux.adoc

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

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

framework-docs/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: {docs-site}/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 Jakarta EE version

0 commit comments

Comments
 (0)