Correct a typo inUPGRADING.md

This commit is contained in:
Felix Yan 2022-08-27 23:25:41 +03:00 committed by Olle Jonsson
parent b3b922949d
commit 4816043101

View File

@ -120,7 +120,7 @@ For more details, see https://github.com/lostisland/faraday/pull/1306
In Faraday 1, a deferred require was used with the `dependency` method.
In Faraday 2, that method has been removed. In your middlware gems, use a regular `require` at the top of the file,
In Faraday 2, that method has been removed. In your middleware gems, use a regular `require` at the top of the file,
### Others