From 71dcb9cbc5c72a6737555f006832e1d153f5236a Mon Sep 17 00:00:00 2001 From: sampatbadhe Date: Mon, 8 Aug 2022 14:19:33 +0530 Subject: [PATCH] fix typo --- lib/faraday/deprecate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday/deprecate.rb b/lib/faraday/deprecate.rb index dbaac05ce..cf6102c2b 100644 --- a/lib/faraday/deprecate.rb +++ b/lib/faraday/deprecate.rb @@ -76,7 +76,7 @@ def skip_during # semver that it is planned to go away. # @param name [Symbol] the method symbol to deprecate # @param repl [#to_s, :none] the replacement to use, when `:none` it will - # alert the user that no replacemtent is present. + # alert the user that no replacement is present. # @param ver [String] the semver the method will be removed. def deprecate(name, repl, ver) class_eval do