[Jifty-commit] r2086 - jifty/trunk/lib/Jifty/Manual

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Oct 30 10:32:05 EST 2006


Author: jpeacock
Date: Mon Oct 30 10:32:04 2006
New Revision: 2086

Modified:
   jifty/trunk/lib/Jifty/Manual/Cookbook.pod

Log:
Minor spelling corrections.

Modified: jifty/trunk/lib/Jifty/Manual/Cookbook.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Cookbook.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Cookbook.pod	Mon Oct 30 10:32:04 2006
@@ -82,7 +82,7 @@
 
 In Rails, if you have a field named 'created_on', it's automatically
 set to the creation time of the record. How can I emulate this
-vbehaviour in Jifty ?
+behaviour in Jifty ?
 
 The trick here is to use L<Scalar::Defer>. And declare your column
 like this:
@@ -196,7 +196,7 @@
 
 Asking user to input something in a form is really common in a web
 app. For some certain form fields you want them to have a certain
-normalized/canoncicalized form in database, and you could do an ajax
+normalized/canonicalized form in database, and you could do an ajax
 canonicalization in Jifty very easily. Lets say your User model need a
 canonicalized C<username> field to make sure those names are in
 lowercase.  All you have to do is to define a method named


More information about the Jifty-commit mailing list