Fix typo in MVC docs

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4746 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
David Syer 2011-07-21 08:25:27 +00:00
parent 24b43d4c81
commit 44fe2c2286
1 changed files with 1 additions and 1 deletions

View File

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