Browse Source

Fix typo in MVC docs

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4746 50f2f4bb-b051-0410-bef5-90022cba6387
pull/2/head
David Syer 15 years ago
parent
commit
44fe2c2286
  1. 2
      spring-framework-reference/src/mvc.xml

2
spring-framework-reference/src/mvc.xml

@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
<para>Some methods in the core classes of Spring Web MVC are marked
<literal>final</literal>. As a developer you cannot override these
methods to supply your own behavior. This has not been done arbitrarily,
but specifically with this principal in mind.</para>
but specifically with this principle in mind.</para>
<para>For an explanation of this principle, refer to <emphasis>Expert
Spring Web MVC and Web Flow</emphasis> by Seth Ladd and others;

Loading…
Cancel
Save