Fixed typos

This commit is contained in:
Pascal Borreli
2013-05-06 20:27:00 +01:00
parent 410e5912a2
commit 29b3dc97f0
2 changed files with 3 additions and 3 deletions

View File

@@ -535,7 +535,7 @@ class TestPost < Test::Unit::TestCase
assert conv.kind_of? Jekyll::Converters::Markdown
end
should "process .text as indentity under default configuration" do
should "process .text as identity under default configuration" do
post = setup_post '2011-04-12-text-extension.text'
conv = post.converter
assert conv.kind_of? Jekyll::Converters::Identity