1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[skip ci] Fix minor typo

This commit is contained in:
Jon Atack 2015-08-17 16:02:56 +02:00
parent 9356d9674f
commit 51b237c955

View file

@ -461,7 +461,7 @@ module ActionController
end
end
# Performs keys transfomration and returns the altered
# Performs keys transformation and returns the altered
# <tt>ActionController::Parameters</tt> instance.
def transform_keys!(&block)
@parameters.transform_keys!(&block)