Skip to content

Commit c4ba8ce

Browse files
nurkiewiczphilwebb
authored andcommitted
Fix incorrect closing <web-app> tag in MVC docs
1 parent 18df9fe commit c4ba8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/docbook/mvc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ deferredResult.setResult(data);
26022602

26032603
...
26042604

2605-
&lt;web-app&gt;
2605+
&lt;/web-app&gt;
26062606
</programlisting>
26072607

26082608
<para>The <classname>DispatcherServlet</classname> and any

0 commit comments

Comments
 (0)