From e2eb94be22c23669075cea0bcd914f6c1e43b111 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 23 May 2018 14:46:28 +0200 Subject: [PATCH] Grammar --- lib/common/models/wp_item/output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/models/wp_item/output.rb b/lib/common/models/wp_item/output.rb index aa15f133..ebe4e83c 100644 --- a/lib/common/models/wp_item/output.rb +++ b/lib/common/models/wp_item/output.rb @@ -23,7 +23,7 @@ class WpItem if version.nil? && vulnerabilities.length > 0 puts - puts warning('We could not determine the plugin version. All of the plugins past known vulnerabilities will be output to allow you to do your own manual investigation.') + puts warning('We could not determine the plugin version. All of the plugin\'s past known vulnerabilities will be output to allow you to do your own manual investigation.') end vulnerabilities.output