Fix a typo
Dave Rolsky [Tue, 3 Feb 2009 23:40:06 +0000 (23:40 +0000)]
lib/Moose/Manual/BestPractices.pod

index 8fbe99d..89ba762 100644 (file)
@@ -89,7 +89,7 @@ of object in the parent class.
 
 =head2 Use MooseX::AttributeHelpers Instead of auto_deref
 
-The C<auto_deref> feature is a big troublesome. Directly exposing a
+The C<auto_deref> feature is a bit troublesome. Directly exposing a
 complex attribute is ugly. Instead, consider using
 C<MooseX::AttributeHelpers> to define an API that exposes those pieces
 of functionality that need exposing. Then you can expose just the