[Jifty-commit] r4451 - jifty/trunk/lib/Jifty/View

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Nov 16 12:36:00 EST 2007


Author: sunnavy
Date: Fri Nov 16 12:35:57 2007
New Revision: 4451

Modified:
   jifty/trunk/lib/Jifty/View/Declare.pm

Log:
tiny typo fix

Modified: jifty/trunk/lib/Jifty/View/Declare.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare.pm	Fri Nov 16 12:35:57 2007
@@ -23,7 +23,7 @@
 
 L<Template::Declare> is a templating system using a declarative syntax built on top of Perl. This provides a templating language built in a similar style to the dispatcher language in L<Jifty::Dispatcher>, the model language in L<Jifty::DBI::Schema>, and the action language in L<Jifty::Param::Schema>.
 
-To use this view system, you must declare a class named C<MyApp::View> (where I<MyApp> is the name of your Jifyt application). Use this library class to bring in all the details needed to make it work:
+To use this view system, you must declare a class named C<MyApp::View> (where I<MyApp> is the name of your Jifty application). Use this library class to bring in all the details needed to make it work:
 
   package MyApp::View;
   use Jifty::View::Declare -base;


More information about the Jifty-commit mailing list