fix POD typo (RT#80060)
[gitmo/Moo.git] / lib / Moo.pm
index c3788d9..3b88f49 100644 (file)
@@ -5,7 +5,7 @@ use Moo::_Utils;
 use B 'perlstring';
 use Sub::Defer ();
 
-our $VERSION = '1.000003'; # 1.0.3
+our $VERSION = '1.000004'; # 1.0.4
 $VERSION = eval $VERSION;
 
 require Moo::sification;
@@ -240,7 +240,7 @@ thirds of L<Moose>.
 
 Unlike L<Mouse> this module does not aim at full compatibility with
 L<Moose>'s surface syntax, preferring instead of provide full interoperability
-via the metaclass inflation capabilites described in L</MOO AND MOOSE>.
+via the metaclass inflation capabilities described in L</MOO AND MOOSE>.
 
 For a full list of the minor differences between L<Moose> and L<Moo>'s surface
 syntax, see L</INCOMPATIBILITIES>.