Fix typo [ci-skip]

This commit is contained in:
Ryuta Kamizono 2021-12-07 15:51:45 +09:00
parent 1ecd86815e
commit b770fd31db
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ Please refer to the [Changelog][active-support] for detailed changes.
[optimization][https://github.com/ruby/ruby/commit/b08dacfea39ad8da3f1fd7fdd0e4538cc892ec44] that makes
interpolation of some types of objects faster.
New applications will not have the `#to_s` method overriden on those classes, existing applications can use
New applications will not have the `#to_s` method overridden on those classes, existing applications can use
`config.active_support.disable_to_s_conversion`.
### Notable changes