From e84a7aadeec392d31e003caf080fd4b4be4bd7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Pican=C3=A7o?= Date: Mon, 8 Jun 2015 13:24:53 -0300 Subject: [PATCH] fixing typo on line 31 - front matter --- test/test_front_matter_defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_front_matter_defaults.rb b/test/test_front_matter_defaults.rb index 27eb7d83..7d2e26be 100644 --- a/test/test_front_matter_defaults.rb +++ b/test/test_front_matter_defaults.rb @@ -28,7 +28,7 @@ class TestFrontMatterDefaults < JekyllUnitTest end end - context "A site with fron matter type pages and an extension" do + context "A site with front matter type pages and an extension" do setup do @site = Site.new(Jekyll.configuration({ "source" => source_dir,