Skip to content

Commit 1a06f5d

Browse files
authored
Fix typo in the documentation
1 parent 41e4136 commit 1a06f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/model_naming.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActionView
44
module ModelNaming # :nodoc:
5-
# Converts the given object to an ActiveModel compliant one.
5+
# Converts the given object to an Active Model compliant one.
66
def convert_to_model(object)
77
object.respond_to?(:to_model) ? object.to_model : object
88
end

0 commit comments

Comments
 (0)