fixing typo on line 31

- front matter
This commit is contained in:
Rafael Picanço 2015-06-08 13:24:53 -03:00
parent 6dbb5ac80c
commit e84a7aadee
1 changed files with 1 additions and 1 deletions

View File

@ -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,