From 4528ad07a13f4f9289dbaefea1b210bcace7bee7 Mon Sep 17 00:00:00 2001 From: George Millo Date: Mon, 1 May 2017 14:04:22 -0500 Subject: [PATCH] spelling fix --- examples/logging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/logging.rb b/examples/logging.rb index 1fce283..d04f3cb 100644 --- a/examples/logging.rb +++ b/examples/logging.rb @@ -22,7 +22,7 @@ Google.get "http://google.com" my_logger.info '*' * 70 my_logger.info "The default formatter is :apache. The :curl formatter can also be used." -my_logger.info "You can tell wich method to call on the logger too. It is info by default." +my_logger.info "You can tell which method to call on the logger too. It is info by default." HTTParty.get "http://google.com", logger: my_logger, log_level: :debug, log_format: :curl my_logger.info '*' * 70