Skip to content

Commit b960368

Browse files
Jay Bryantrstoyanchev
authored andcommitted
Fixing typoes
Jim Showalter found two typoes in the web section. This PR fixes them. Thanks, Jim.
1 parent 7bbd4c6 commit b960368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ exceptions, for `@ResponseStatus` annotated exceptions, and for support of
578578

579579
If an exception remains unresolved by any `HandlerExceptionResolver` and is, therefore,
580580
left to propagate or if the response status is set to an error status (that is, 4xx, 5xx),
581-
Servlet containers ca render a default error page in HTML. To customize the default
581+
Servlet containers can render a default error page in HTML. To customize the default
582582
error page of the container, you can declare an error page mapping in `web.xml`.
583583
The following example shows how to do so:
584584

@@ -4046,7 +4046,7 @@ as the following example shows:
40464046
----
40474047
40484048
<1> Application-specific calculation.
4049-
<2> The esponse has been set to 304 (NOT_MODIFIED) -- no further processing.
4049+
<2> The response has been set to 304 (NOT_MODIFIED) -- no further processing.
40504050
<3> Continue with the request processing.
40514051
====
40524052

0 commit comments

Comments
 (0)