Fix typo (audreyt++)
[gitmo/Moose.git] / lib / Moose / Cookbook / Recipe3.pod
index 512da32..b7ad6d6 100644 (file)
@@ -59,7 +59,7 @@ slot, defined as such:
 
   has 'node' => (is => 'rw', isa => 'Any');
 
-If you recall from the previous recipies, this slow will have a 
+If you recall from the previous recipies, this slot will have a 
 read/write accessor generated for it, and has a type constraint on it. 
 The new item here is the type constraint of C<Any>. In the type 
 constraint heirarchy in L<Moose::Utils::TypeConstraints>, the C<Any> 
@@ -246,4 +246,4 @@ L<http://www.iinteractive.com>
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
-=cut
\ No newline at end of file
+=cut