fix autocomplete error (RT#91544)
Karen Etheridge [Fri, 20 Dec 2013 23:31:20 +0000 (15:31 -0800)]
lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod

index b68a981..2319bea 100644 (file)
@@ -508,7 +508,7 @@ Make a subdirectory "site" in the "root" directory.
 
     $ mkdir root/site
 
-Create a new template file in that direction named C<root/site/test.tt>
+Create a new template file in that directory named C<root/site/test.tt>
 and include a line like:
 
     <p>Hello, [% username %]!</p>