Merge pull request #1535 from nkjackzhang:patch-3

* pr/1535:
  Fix typos in spring-mvc.xsd
This commit is contained in:
Stephane Nicoll
2017-09-29 14:36:59 +02:00

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">