jjanuszczak / freshdeskr

R client for Freshdesk
MIT License
2 stars 0 forks source link

Typo in message returned by freshdesk client function #18

Closed jjanuszczak closed 6 years ago

jjanuszczak commented 6 years ago

If you test the API connection when calling the freshdesk_client function, the message returned contains a typo on the following line:

message(paste0("Valid API client. ", httr::headers(resp)$`x-ratelimit-remaining`, " API calls of ",
                   httr::headers(resp)$`x-ratelimit-total`, " remainging."))

It should read remaining not remainging