From 4816043101ea57f806d0946ed29f252e06d16909 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 27 Aug 2022 23:25:41 +0300 Subject: [PATCH] Correct a typo inUPGRADING.md --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 5d565e0ce..50549da18 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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