From d097da73dd04ae405caccf7b05f4c0e49518c635 Mon Sep 17 00:00:00 2001 From: Ryan Wholey Date: Thu, 17 Sep 2015 21:50:14 -0700 Subject: [PATCH] Changed word 'conjuction' to read 'conjunction' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09091c2ac..00143d17c 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ initial request, which will probably cause the request to fail. Bearer authentication is supported, and is activated when the `bearer` value is available. The value may be either a `String` or a `Function` returning a `String`. Using a function to supply the bearer token is particularly useful if -used in conjuction with `defaults` to allow a single function to supply the +used in conjunction with `defaults` to allow a single function to supply the last known token at the time of sending a request, or to compute one on the fly. [back to top](#table-of-contents)