Fix typos in spring-mvc.xsd

Closes gh-1535
This commit is contained in:
nkjackzhang 2017-09-28 10:35:36 +08:00 committed by Stephane Nicoll
parent f2d040c41c
commit b11d1f5f9b
1 changed files with 2 additions and 2 deletions

View File

@ -959,7 +959,7 @@
<xsd:attribute name="cache-views" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[
Enable or disable thew caching of resolved views.
Enable or disable the caching of resolved views.
Default is "true": caching is enabled.
Disable this only for debugging and development.
]]></xsd:documentation>
@ -969,7 +969,7 @@
<xsd:annotation>
<xsd:documentation><![CDATA[
The view class that should be used to create views.
Configure this if you want to provide a custom View implementation, typically a ub-class of the expected View type.
Configure this if you want to provide a custom View implementation, typically a sub-class of the expected View type.
]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation kind="ref">