diff --git a/lib/wpscan/web_site.rb b/lib/wpscan/web_site.rb index e0b0cb1b..13e815ce 100644 --- a/lib/wpscan/web_site.rb +++ b/lib/wpscan/web_site.rb @@ -88,7 +88,7 @@ class WebSite end # Will try to find the rss url in the homepage - # Only the first one found iw returned + # Only the first one found is returned def rss_url homepage_body = Browser.get(@uri.to_s).body homepage_body[%r{}, 1]