From ee8feecc57872ec88abe75de1d97b467b6250853 Mon Sep 17 00:00:00 2001 From: amitkumarsuroliya Date: Sun, 13 Sep 2015 20:18:10 +0530 Subject: fix typo intance -> instance in ActionView [ci skip] `intance` should be `instance` --- actionview/lib/action_view/record_identifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/record_identifier.rb') diff --git a/actionview/lib/action_view/record_identifier.rb b/actionview/lib/action_view/record_identifier.rb index 6c6e69101b..4b44eb5520 100644 --- a/actionview/lib/action_view/record_identifier.rb +++ b/actionview/lib/action_view/record_identifier.rb @@ -11,7 +11,7 @@ module ActionView # <%= post.body %> # <% end %> # - # When +post+ is a new, unsaved ActiveRecord::Base intance, the resulting HTML + # When +post+ is a new, unsaved ActiveRecord::Base instance, the resulting HTML # is: # #
-- cgit v1.2.3