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

Fix typo seemless -> seamless [ci skip]

This commit is contained in:
Ryuta Kamizono 2021-05-01 16:01:02 +09:00
parent f64acb9a4b
commit c1b94cbbe3

View file

@ -144,7 +144,7 @@ config.load_defaults(7.0)
``` ```
However Rails 6.1 applications are not able to read this new serialization format, However Rails 6.1 applications are not able to read this new serialization format,
so to ensure a seemless upgrade you must first deploy your Rails 7.0 upgrade with so to ensure a seamless upgrade you must first deploy your Rails 7.0 upgrade with
`config.active_support.cache_format_version = 6.1`, and then only once all Rails `config.active_support.cache_format_version = 6.1`, and then only once all Rails
processes have been updated you can set `config.active_support.cache_format_version = 7.0`. processes have been updated you can set `config.active_support.cache_format_version = 7.0`.