diff --git a/app/Console/Commands/ParseCachedWebMentions.php b/app/Console/Commands/ParseCachedWebMentions.php index 262e26eb..1d219035 100644 --- a/app/Console/Commands/ParseCachedWebMentions.php +++ b/app/Console/Commands/ParseCachedWebMentions.php @@ -20,7 +20,7 @@ class ParseCachedWebMentions extends Command * * @var string */ - protected $description = 'Re-parse the cached webmention’s HTML'; + protected $description = 'Re-parse the webmention’s cached HTML'; /** * Create a new command instance.