Skip to content

Commit d7c1293

Browse files
committed
Doc fix [ci skip]
1 parent 72e5fde commit d7c1293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/metal/params_wrapper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def name
131131
private
132132
# Determine the wrapper model from the controller's name. By convention,
133133
# this could be done by trying to find the defined model that has the
134-
# same singularize name as the controller. For example, +UsersController+
134+
# same singular name as the controller. For example, +UsersController+
135135
# will try to find if the +User+ model exists.
136136
#
137137
# This method also does namespace lookup. Foo::Bar::UsersController will

0 commit comments

Comments
 (0)