From 1e5b9979019b2157e3f5b6c86b3473d19f196c56 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Thu, 24 Aug 2017 13:05:28 -0400 Subject: [PATCH] typo in code comment --- lib/jekyll-seo-tag/json_ld_drop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-seo-tag/json_ld_drop.rb b/lib/jekyll-seo-tag/json_ld_drop.rb index 22c2e8b..85fea10 100644 --- a/lib/jekyll-seo-tag/json_ld_drop.rb +++ b/lib/jekyll-seo-tag/json_ld_drop.rb @@ -12,7 +12,7 @@ module Jekyll def_delegator :page_drop, :links, :sameAs def_delegator :page_drop, :logo, :logo - # Expose #type and #logo and private methods and #@type as a public method + # Expose #type and #logo as private methods and #@type as a public method def_delegator :page_drop, :type, :type alias_method :"@type", :type private :type