Skip to content

Commit

Permalink
Merge pull request rails#53412 from mthadley/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `ActionController::Parameters` docs [ci-skip]
  • Loading branch information
skipkayhil authored Oct 23, 2024
2 parents fe0fb9f + acf2ca2 commit 7a30cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class InvalidParameterKey < ArgumentError
# Person.first.update!(permitted)
# # => #<Person id: 1, name: "Francesco", age: 22, role: "user">
#
# Paramaters provides two options that control the top-level behavior of new
# Parameters provides two options that control the top-level behavior of new
# instances:
#
# * `permit_all_parameters` - If it's `true`, all the parameters will be
Expand Down

0 comments on commit 7a30cc9

Please sign in to comment.