From 24bca500b36a481bc202de23707a20958c5bdddf Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 29 Dec 2024 02:16:06 -0700 Subject: [PATCH] documentation tweaks --- README.md | 6 +++--- lib/Test/SpellCheck/Plugin/Lang/EN/US.pm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ce857c..fc3bb9f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ US English language dictionary for Test::SpellCheck # DESCRIPTION -This [Test::SpellCheck](https://metacpan.org/pod/Test::SpellCheck) provides the US English dictionary for checking -spelling. It is a primary dictionary, so it shouldn't be used with other -primary dictionaries. +This [Test::SpellCheck](https://metacpan.org/pod/Test::SpellCheck) plugin provides the US English dictionary for +checking spelling. It is a primary dictionary, so it shouldn't be +used with other primary dictionaries. # BUNDLED FILES diff --git a/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm b/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm index ec13257..75e8579 100644 --- a/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm +++ b/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm @@ -16,9 +16,9 @@ use Path::Tiny qw( path ); =head1 DESCRIPTION -This L provides the US English dictionary for checking -spelling. It is a primary dictionary, so it shouldn't be used with other -primary dictionaries. +This L plugin provides the US English dictionary for +checking spelling. It is a primary dictionary, so it shouldn't be +used with other primary dictionaries. =cut