Skip to content

Commit aa0c418

Browse files
Merge pull request rails#43532 from AdityaBhutani/upgrading-ruby-on-rails-guide
[ci skip] Corrected Verb in guide for upgrading ruby on rails
2 parents d4583af + 95cad83 commit aa0c418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ format.any(:xml, :json) { render request.format.to_sym => @people }
412412
### `ActiveSupport::Callbacks#halted_callback_hook` now receive a second argument
413413

414414
Active Support allows you to override the `halted_callback_hook` whenever a callback
415-
halts the chain. This method now receive a second argument which is the name of the callback being halted.
415+
halts the chain. This method now receives a second argument which is the name of the callback being halted.
416416
If you have classes that override this method, make sure it accepts two arguments. Note that this is a breaking
417417
change without a prior deprecation cycle (for performance reasons).
418418

@@ -904,7 +904,7 @@ otherwise change the `boot.rb` to not use bootsnap.
904904

905905
To improve security, Rails now embeds the expiry information also in encrypted or signed cookies value.
906906

907-
This new embed information make those cookies incompatible with versions of Rails older than 5.2.
907+
This new embedded information makes those cookies incompatible with versions of Rails older than 5.2.
908908

909909
If you require your cookies to be read by 5.1 and older, or you are still validating your 5.2 deploy and want
910910
to allow you to rollback set

0 commit comments

Comments
 (0)