From 202ae73fe0858403b714d52f68104e82c1a86091 Mon Sep 17 00:00:00 2001 From: Jimi Ford Date: Tue, 9 Dec 2014 12:37:05 -0500 Subject: [PATCH] Update Readme.md Minor grammar error --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b141f5641..2bc6cf1be 100644 --- a/Readme.md +++ b/Readme.md @@ -56,7 +56,7 @@ Note: As no model was actually implemented here, delving any deeper, i.e. passin - grant types you wish to support, currently the module supports `password` and `refresh_token` - Default: `[]` - *function|boolean* **debug** - - If `true` errors will be logged to console. You may also pass a custom function, in which case that function will be called with the error as it's first argument + - If `true` errors will be logged to console. You may also pass a custom function, in which case that function will be called with the error as its first argument - Default: `false` - *number* **accessTokenLifetime** - Life of access tokens in seconds