X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F09_AdvancedCRUD%2F09_FormHandler.pod;h=13f38368dd756974623f65572c50ae798400a5a3;hp=3782386d43173c10e9317668056a98c81c71c069;hb=433f1ad4d6b7013515ccbe89062be0d3b0a60c27;hpb=d1f98ee5db43dc7378c1f1c82cf8bf917cab0e13 diff --git a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod index 3782386..13f3836 100644 --- a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod +++ b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod @@ -92,7 +92,7 @@ add additional functionality to the manually created form from Chapter 4. =head2 Using FormHandler in your controllers -FormHandler dosen't have a Catalyst base controller, because interfacing +FormHandler doesn't have a Catalyst base controller, because interfacing to a form is only a couple of lines of code. =head2 Create a Book Form