Skip to content

Commit 06beead

Browse files
authored
Merge pull request rails#43684 from arikarim/patch-1
2 parents 30363d0 + da87057 commit 06beead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/metal/params_wrapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module ActionController
7272
# determine the wrapper key respectively. If both models don't exist,
7373
# it will then fallback to use +user+ as the key.
7474
#
75-
# To disable the this functionality for a controller:
75+
# To disable this functionality for a controller:
7676
#
7777
# class UsersController < ApplicationController
7878
# wrap_parameters false

0 commit comments

Comments
 (0)