Fix typos in plugin-tutorial-7.rb

Just fixing some typos in the comments of the file.
This commit is contained in:
mtisec
2024-01-08 11:50:11 +01:00
committed by GitHub
parent efee4d8092
commit 3a31d009dc
+2 -2
View File
@@ -120,8 +120,8 @@ Plugin.define do
# Generic CMS has a default favicon that displays the logo of the web application # Generic CMS has a default favicon that displays the logo of the web application
# In aggressive mdoe, the /favicon.ico path will be fetched # 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 follow MD5sum hash. # This matches if the HTTP response body, in this case the favicon.co image, has the following MD5sum hash.
{ :url => "/favicon.ico", :md5 => '12dead87beef7f00d90cafed82babe5' }, { :url => "/favicon.ico", :md5 => '12dead87beef7f00d90cafed82babe5' },