Skip to content

Commit

Permalink
Merge pull request spring-projects#1535 from nkjackzhang:patch-3
Browse files Browse the repository at this point in the history
* pr/1535:
  Fix typos in spring-mvc.xsd
snicoll committed Sep 29, 2017
2 parents f2d040c + b11d1f5 commit 1f0f292
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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">

0 comments on commit 1f0f292

Please sign in to comment.