From 3a31d009dc2b1c1c83910daed978d806bafd7310 Mon Sep 17 00:00:00 2001 From: mtisec <81265371+mtisec@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:50:11 +0100 Subject: [PATCH] Fix typos in plugin-tutorial-7.rb Just fixing some typos in the comments of the file. --- my-plugins/plugin-tutorial-7.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-plugins/plugin-tutorial-7.rb b/my-plugins/plugin-tutorial-7.rb index 1e2c015f1..0ccc619f0 100644 --- a/my-plugins/plugin-tutorial-7.rb +++ b/my-plugins/plugin-tutorial-7.rb @@ -120,8 +120,8 @@ # Generic CMS has a default favicon that displays the logo of the web application - # In aggressive mdoe, the /favicon.ico path will be fetched - # This matches if the HTTP response body, in this case the favicon.co image, has the follow MD5sum hash. + # In aggressive mode, the /favicon.ico path will be fetched + # This matches if the HTTP response body, in this case the favicon.co image, has the following MD5sum hash. { :url => "/favicon.ico", :md5 => '12dead87beef7f00d90cafed82babe5' },