Merge pull request #1999 from bf4/typos

Fix typos [ci skip]
This commit is contained in:
Benjamin Fleischer
2016-12-13 09:23:29 -06:00
committed by Benjamin Fleischer
parent 4054f43309
commit 49f2dca730
4 changed files with 5 additions and 5 deletions

View File

@@ -456,7 +456,7 @@ module ActionController
end
end
def test_render_event_is_emmited
def test_render_event_is_emitted
subscriber = ::ActiveSupport::Notifications.subscribe('render.active_model_serializers') do |name|
@name = name
end