Fix typo HashWithIndifferentAcces to HashWithIndifferentAccess [ci skip]

This commit is contained in:
Ryuta Kamizono 2017-02-25 11:17:01 +09:00 committed by GitHub
parent f6f7deed4a
commit dd3adc5a04

@ -1,4 +1,4 @@
* Soft-deprecated the top-level `HashWithIndifferentAcces` constant.
* Soft-deprecated the top-level `HashWithIndifferentAccess` constant.
`ActiveSupport::HashWithIndifferentAccess` should be used instead.
*Robin Dupret* (#28157)