1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

spelling fix

This commit is contained in:
George Millo 2017-05-01 14:04:22 -05:00 committed by GitHub
parent bd19264a1b
commit 4528ad07a1

View file

@ -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