Docs tentatively finished.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Collection / List.pm
index 687a3ed..b9c3ac0 100644 (file)
@@ -37,7 +37,7 @@ MooseX::AttributeHelpers::Collection::List
       default   => sub { [] },
       provides  => {
           map  => 'map_options',
-          grep => 'fitler_options',
+          grep => 'filter_options',
       }
   );
 
@@ -49,7 +49,7 @@ list operations.
 =head1 PROVIDED METHODS
 
 The methods for this metaclass are provided by
-L<MooseX::AttributeHelpers::MethodProvider::List>.
+L<MooseX::AttributeHelpers::MethodProvider::Collection::List>.
 
 =head1 BUGS