From beb615d40f6d66634a8c02836ab6cf552b170c9a Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 24 Jun 2017 12:06:23 +0000 Subject: [PATCH] Fix typos: "atttribute". --- README.mkdn | 2 +- lib/MooX/HandlesVia.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkdn b/README.mkdn index 1c49ef0..6c685f9 100644 --- a/README.mkdn +++ b/README.mkdn @@ -36,7 +36,7 @@ version 0.001008 MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It provides a means of proxying functionality from an external class to the given -atttribute. This is most commonly used as a way to emulate 'Native Trait' +attribute. This is most commonly used as a way to emulate 'Native Trait' behavior that has become commonplace in Moose code, for which there was no Moo alternative. diff --git a/lib/MooX/HandlesVia.pm b/lib/MooX/HandlesVia.pm index da7d149..81d37c8 100644 --- a/lib/MooX/HandlesVia.pm +++ b/lib/MooX/HandlesVia.pm @@ -122,7 +122,7 @@ __END__ MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It provides a means of proxying functionality from an external class to the given -atttribute. This is most commonly used as a way to emulate 'Native Trait' +attribute. This is most commonly used as a way to emulate 'Native Trait' behavior that has become commonplace in Moose code, for which there was no Moo alternative.