diff --git a/test/liquid_test.rb b/test/liquid_test.rb index 8a8f48ef..432d431d 100644 --- a/test/liquid_test.rb +++ b/test/liquid_test.rb @@ -53,7 +53,7 @@ class LiquidTest < Test::Unit::TestCase assert_equal 'foo', body end - it "can rendere truly nested layouts by accepting a layout and a block with the contents" do + it "can render truly nested layouts by accepting a layout and a block with the contents" do mock_app do template(:main_outer_layout) { "

Title

\n{{ yield }}" } template(:an_inner_layout) { "

Subtitle

\n{{ yield }}" }