Tut docs work
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Tutorial / Appendices.pod
index c408e82..a28e787 100644 (file)
@@ -45,26 +45,21 @@ L<AdvancedCRUD|Catalyst::Manual::Tutorial::AdvancedCRUD>
 
 =item 9
 
-B<Appendicies>
+B<Appendices>
 
 =back
 
-
-
 =head1 DESCRIPTION
 
 This part of the tutorial provides supporting information relevant to
 the Catalyst tutorial.
 
-
-
 =head1 APPENDIX 1: CUT AND PASTE FOR POD-BASED EXAMPLES
 
 You may notice that Pod indents example code with four spaces.  This
 section provides some quick advice to "un-indent" this text in common
 editors.
 
-
 =head2 "Un-indenting" with Vi/Vim
 
 When cutting and pasting multi-line text from Pod-based documents, the
@@ -97,13 +92,10 @@ Removes four leading space from the current line through line 44
 
 =back
 
-
 =head2 "Un-indenting" with Emacs
 
 B<TODO>
 
-
-
 =head1 APPENDIX 2: USING MYSQL AND POSTGRESQL
 
 The main database used in this tutorial is the very simple yet powerful
@@ -121,7 +113,6 @@ section are not designed to take maximum advantage of the various
 features in each database for issues such as referential integrity and
 field types/constraints.
 
-
 =head2 MySQL
 
 B<TODO>